oconkero Posted March 22, 2006 Report Share Posted March 22, 2006 This is in my "/www/.htaccess" file and i need to know if its right. or some people say to delete it but i dont want everyone getting in without a pass so please help. do i delete this one? HELP. i connot connect from the outside of lan, my ISP doesnt block port 80 because i have Shaw Extreme. ask if u need more info. How would i go about this edit the file or wut, what changes do i make. Thx NOTE: i have already tried editing this file!!! Modified .htaccess file--------------------------------------------------------------------------------------------- # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. # Order Deny,Allow# Deny from all# Allow from all hosts # To disallow execution of cgi scripts in this directory comment next two lines. AddHandler cgi-script .bat .exe .pl .cgiOptions +ExecCGI # To unlock Admin Panel, comment the next 4 lines.# Defaults: Username - admin; Password - userver AuthName "Uniform Server - Admin Panel 1.0 Alpha"AuthType BasicAuthUserFile /htpasswd/home/admin/www/.htpasswdRequire valid-user Unmodified .htaccess file-------------------------------------------------------------------------------------------- # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. Order Deny,AllowDeny from allAllow from 127.0.0.1 # To allow execution of cgi scripts in this directory uncomment next two lines. AddHandler cgi-script .pl .cgiOptions +ExecCGI # To unlock your server, comment the next 4 lines.# Defaults: Username = admin; Password = userver #AuthName "Uniform Server - Secure Server Access"#AuthType Basic#AuthUserFile /htpasswd/www/.htpasswd#Require valid-user Quote oCONKERo Link to comment Share on other sites More sharing options...
bk2003 Posted March 22, 2006 Report Share Posted March 22, 2006 Try this... # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. Order Deny,Allow Deny from all 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 # To unlock Admin Panel, comment the next 4 lines. # Defaults: Username - admin; Password - userver AuthName "Uniform Server - Admin Panel 1.0 Alpha" AuthType Basic AuthUserFile /htpasswd/home/admin/www/.htpasswd Require valid-user Quote Link to comment Share on other sites More sharing options...
oconkero Posted March 23, 2006 Author Report Share Posted March 23, 2006 Will do thx for the reply, all replys help in some way, il get back to you on the server cause im at school and its giving me problems here. Yeah i gotta wait till i get home for me to get it going i think they blocked it cause it says 404 whenever i start it at school, i cant even connect from the server computer, but the disk w is there. Quote oCONKERo Link to comment Share on other sites More sharing options...
oconkero Posted March 24, 2006 Author Report Share Posted March 24, 2006 ok well i dont know how to use the server so can u please tell me how to use it. and this is now what i get when i type "http://192.168.1.101/diskw/home/admin/www" is that how it works, i dont have a clue, plz help. ForbiddenYou don't have permission to access /diskw/home/admin/www on this server. -------------------------------------------------------------------------------- Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 Server at 192.168.1.101 Port 80 Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 24, 2006 Report Share Posted March 24, 2006 Try this: # This file provides security to the server limiting access to the localhost only. # Comment to deactivate. #Order Deny,Allow #Deny from all #Allow from 127.0.0.1 # To disallow execution of cgi scripts in this directory comment next two lines. AddHandler cgi-script .bat .exe .pl .cgi Options +ExecCGI # To unlock Admin Panel, comment the next 4 lines. # Defaults: Username - admin; Password - userver AuthName "Uniform Server - Admin Panel 1.0 Alpha" AuthType Basic AuthUserFile /htpasswd/www/.htpasswd Require valid-user Make sure that the /htpasswd/www/.htpasswd file is located in that directory and has the right settings in it. Good Luck Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
oconkero Posted March 24, 2006 Author Report Share Posted March 24, 2006 dont work and this um /htpasswd/www/.htpasswd file says root:root . see what my server does is gives me a blue screen when i type http://192.168.1.101 and it askes for the login. but thats all i get is a blue screen i dont or cant navigate anywhere, what is its use? Do i need the php 4 plugin or any of them for that matter? Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 24, 2006 Report Share Posted March 24, 2006 hmmm... and this is your network ip? please make sure cause you should not see any color on the browser.. just plain white cause it wont load the page without the login information. Try changing your network ip to something else. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
oconkero Posted March 26, 2006 Author Report Share Posted March 26, 2006 These ar some of the pictures of my perdicament. might wanna look at if im typing the propper url extensions. can i use my server to share files at all? or just for games servers.Uniform.bmpdiskw.www.bmp.htaccess.bmp Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 27, 2006 Report Share Posted March 27, 2006 All files in the W:/www can be accessed on http://localhost or http://192.168.1.101, so W:/www/index.php is http://192.168.1.101/index.php and not http://192.168.1.101/diskw/www/index.php. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
oconkero Posted April 2, 2006 Author Report Share Posted April 2, 2006 Woo Hoo, i got it right i started using different servers like Xitami, and Sami, ect. and i learned how all of them work, finally i had an understanding of it all, so i attempted again to get Uniform to work, so i set the "Directory Index File" for my homepage and then that page was linked to all the others. and the last thing was password protecting the site and the apanel. so i changed the usernames and passes and made it so the apanel can be access from anywhere. THANK YOU. I finaly get what ur saying. I guess this topic is done and overwith, i dk. thanks people! Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 3, 2006 Report Share Posted April 3, 2006 No problem.... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
oconkero Posted April 3, 2006 Author Report Share Posted April 3, 2006 i got one last question to anyone, its about the domain name and adress of miy webpage i have hosted on my server. does it have to be my ip adress of can i change the url to an address? Ex: www.conkersdomain.com Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 13, 2006 Report Share Posted April 13, 2006 If you set the domian name up with the server then you can use it... If you didn't, any link with that domain name will go to that domain name (which means the files clicked should be there...) Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
oconkero Posted April 18, 2006 Author Report Share Posted April 18, 2006 Ok got ya boss, thanks for the support guys i finally understand it, with the exception of cgi, myphp, and perl Quote oCONKERo Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 19, 2006 Report Share Posted April 19, 2006 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.