Deych Posted December 31, 2005 Report Share Posted December 31, 2005 I can't acces my site from another ip. I changed the.htaccess file i even added a line ( allow from all) but it doesnt work. it say that The server might be busy at this time and The server is not reachable. Can someone help me please. I'm not behind a router and i don have a firewal to. Any ideas what could be wrong?? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted December 31, 2005 Report Share Posted December 31, 2005 Delete the .htaccess file... and go to http://www.whatismyip.com to get your IP. Refresh the page again like 3 time to make sure it is a static IP that does not keep changing... Make sure the server is started and you can see http://localhost form the local machine, and then go to the other PC and enter the address [http://ip-address] Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Deych Posted January 2, 2006 Author Report Share Posted January 2, 2006 the server is started couse i can acces the page from my computer via localhost or thru a subdomain. My ip is static 100% so this is not the problem. Iried to remove tha .htacces but there vas no efect. I think there might bee somthin in the appache config file that does not allow acces from outside. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 2, 2006 Report Share Posted January 2, 2006 No there isn't.... I am guessing you probably have a router and did not drect all calls to port 80 to that PC..... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
vertyggo Posted January 4, 2006 Report Share Posted January 4, 2006 hello, my server is not accessible from outside !!! maybe due to a routeur ... how can i make it work correctly? please ... Quote Link to comment Share on other sites More sharing options...
Deych Posted January 4, 2006 Author Report Share Posted January 4, 2006 ok i figured out that my internet provider is blocking ports from 0 to 1024 so i changed the port for apache to 8080. Now the problem is that the redirect for the admin panel doesnt work, it keeps refreshng with this url W:\home\admin\www\redirect.html i tried to change the redirect.html I change the line window.setInterval("window.location = 'http://localhost/apanel/'", 500); to window.setInterval("window.location = 'http://localhost/apanel/:8080'", 500); But it didnt works. Could someone tell mi what do i have to do to make the server running on a difremt port than 80. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 4, 2006 Report Share Posted January 4, 2006 Change the port to http://localhost:8080/apanel/ and not http://localhost/apanel/:8080 For vertyggo, start a new topic for you.... using others topic creates confusion... We have unlimited posting so please make use of the forum and start your own post for your own problem.... Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team 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.