pouncer Posted January 29, 2007 Share Posted January 29, 2007 ok ive downloaded and setup wamp 1.6.6. everything works fine when i preview files on the web byhttp://localhost/whateverfile.phpbut when i dohttp://81.my.ip.68/whateverfile.phpit doesnt work, it asks for some username/password and i just asked my friend now to check on his pc, what that link gives him and he gets the 'page not displayed' erroranyone know what i change to get it working?(i really hope it isn't my router causing this?) Quote Link to comment Share on other sites More sharing options...
steviewdr Posted January 29, 2007 Share Posted January 29, 2007 Is 81.my.ip.68 your internal or external facing IP address. I think that that ip is for your broadband router, hence been asked for a password, and also because your friend cant access that page.Read through the posts here on this ApacheServer boards on setting up your broadband router to allow people access your apache webserver.-steve Quote Link to comment Share on other sites More sharing options...
pouncer Posted January 29, 2007 Author Share Posted January 29, 2007 its my external ip,my internal one is 192.168.1.2 which is my router ipso it definetely sounds like a router redirect problem? where are your links mate, the apache board this is the board right? is it port forwarding i need to do?when i dohttp://192.168.1.2/whateverpage.php - this works fineit's just my external ip which i badly need to get working Quote Link to comment Share on other sites More sharing options...
steviewdr Posted January 29, 2007 Share Posted January 29, 2007 "so it definetely sounds like a router redirect problem?"Yes."where are your links mate, the apache board this is the board right?"Yes."is it port forwarding i need to do?"Not sure. You need to configure your router to open up port 80 to your internal ip.Also - it'd be worth looking up your router help page etc. from your ISP etc.-steve Quote Link to comment Share on other sites More sharing options...
pouncer Posted January 29, 2007 Author Share Posted January 29, 2007 thanks alot steve. i basically changed my httpd.conf listening 80 to 8080 and port forwarded 8080 to my router ipi now have to do http://myip:8080/whateverpages.php but it wrks for everyone nowwud have been nice without the 8080 but i cudnt get port forwarding to wrk for port 80 :s Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.