Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by maxtan

  1. maxtan

    password protect folders

    i moved the rootdirectory to point to another directory other than the default location c: " "/ ""/ " /"htdocs I moved to d: I suppose this good security for that protected site, however; i would still like to view that folder even if it is password protected. why...
  2. maxtan

    password protect folders

    # This controls which options the .htaccess files in directories can # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" # AllowOverride Authconfig # # Controls who can get stuff from this...
  3. maxtan

    how do i telnet into my apache serv

    i thought windows apache came with a built in terminal service that I was unaware of...okay, thanks for the feed back...
  4. maxtan

    how do i telnet into my apache serv

    how do i telnet into my apache server. when i do telnet " " ".org from an ssh client I get disconnected. Do I have to install some kind of terminal service in order to telnet into it??
  5. maxtan

    password protect folders

    thanks...i got it..now, i have another issue which i can't seem to figure out.. i put the .htaccess in the directory i wanna password protect. but when i go to the site. that directory that is protected is gone. the other directories that aren't password protected are showing...whats going on? I...
  6. maxtan

    password protect folders

    hey, i got it working but now whenever i want to create another account it overwrites the previous one. I use the htpasswd -c d:\.htpasswd rob ...prompts for password. then if i want to create another user htpasswd -c d:\.htpasswd joe ...it overwrites the rob account in the .htpasswd. what is...
  7. maxtan

    password protect folders

    I put the .htaccess file in the directory that i want protected then i open a dos prompt and cd to the directory where htpasswd.exe is. I created .htpasswd and put in c:I run the htpasswd.exe like this ... htpasswd -c c:\.htpasswd rob. before it asks for me to input password the microsoft error...
  8. maxtan

    password protect folders

    I just installed apache for windows but having problems password protecting the folder. I put the .htaccess in one of my folders and then go and run the htpasswd command from the dos prompt... htpasswd -c c:\.htpasswd rob passwordrob i get the microsoft send report error... then i restarted...

Part and Inventory Search

Back
Top