December 31, 200520 yr comment_2150 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?? Report
December 31, 200520 yr comment_2153 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] Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 2, 200620 yr Author comment_2185 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. Report
January 2, 200620 yr comment_2187 No there isn't.... I am guessing you probably have a router and did not drect all calls to port 80 to that PC..... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 4, 200620 yr comment_2213 hello, my server is not accessible from outside !!! maybe due to a routeur ... how can i make it work correctly? please ... Report
January 4, 200620 yr Author comment_2218 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. Report
January 4, 200620 yr comment_2219 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.