Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
faq:web04 [2015/11/13 16:41] – Since htpasswd is not in $PATH by default and "locate" don't find it, i think it is a good idea to use absolut path here. alexfaq:web04 [2015/11/13 16:45] – Coming from $HOME/html a 'pwd -P' might making clear, where to create the files. alex
Line 9: Line 9:
      1. Create a file called '.htaccess' in the directory you       1. Create a file called '.htaccess' in the directory you 
         want to protect (NOTE, its not a directory in your         want to protect (NOTE, its not a directory in your
-        HOME directory, but on the /www file system)+        HOME directory, but on the /www file system). Double check with 'pwd -P'
  
         AuthUserFILE /www/path/to/directory/.htpasswd         AuthUserFILE /www/path/to/directory/.htpasswd