BloodyZero Posted August 22, 2008 Report Share Posted August 22, 2008 i know billyk has this exact same question alittle below here but i didnt want to hijack his post. im getting the error when i try to connect through my ip. and not through localhost. i modified the htaccess file to # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. Order Deny,AllowAllow from all # To disallow execution of cgi scripts in this directory comment next two lines. AddHandler cgi-script .bat .exe .pl .cgiOptions +ExecCGI #--# Activate this to use the Admin Panel Feature!#--# To lock Admin Panel, uncomment the next 4 lines.# Defaults: Username - root; Password - root #AuthName "Uniform Server - Admin Panel 2.0"#AuthType Basic#AuthUserFile /htpasswd/home/admin/www/.htpasswd#Require valid-user and i set up a static ip and as far as i know i forwarded port 80 through my router and windows firewall. i havent set up any passwords or added any files yet but i cant access the test page. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 24, 2008 Report Share Posted August 24, 2008 Change it to: # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. #Order Deny,Allow #Allow from all # To disallow execution of cgi scripts in this directory comment next two lines. AddHandler cgi-script .bat .exe .pl .cgi Options +ExecCGI #-- # Activate this to use the Admin Panel Feature! #-- # To lock Admin Panel, uncomment the next 4 lines. # Defaults: Username - root; Password - root #AuthName "Uniform Server - Admin Panel 2.0" #AuthType Basic #AuthUserFile /htpasswd/home/admin/www/.htpasswd #Require valid-user Let me know if it still doesnt work. 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.