-
Newbie
need Help with Redirecting http://localhost/index.php
Hello i just made a little start page for my server but is in http://localhost/index.php i want to redirect it or if there is a easy way to do it i just want people to beable to see the site can u help Thanks
and by the way all this totorials are a realy good help TY
-
-
Newbie
Re: need Help with Redirecting http://localhost/index.php
if you are behind a router make sure you are fowarding the port 80 in your " virtual server " by default it is set on disabled you need to enable it , as in the httpd.conf at Listen make it listen *:80 and if you have " bindadress put it at * also. with those on you should then be able to acces to your website at http://mywebpage.somedns.someextension
-
Newbie
Re: need Help with Redirecting http://localhost/index.php