Jump to content

Htaccess: Difference between revisions

38 bytes added ,  11 February 2007
Line 43: Line 43:
Now type nano .htaccess to open the file in a text editor  
Now type nano .htaccess to open the file in a text editor  


Copy and paste the contents of the sample htaccess file into the editor, making the necessary modification to the AuthUserFile line, and save.  
Copy and paste the contents of the sample htaccess file into the editor, making the necessary modification to the AuthUserFile line, e.g.
AuthUserFile /home/member/g/gizmo/passwd
 


'''Note:''' keep the name of the file .htaccess - this is an actual file extension recognised by Apache and it must be used.
'''Note:''' keep the name of the file .htaccess - this is an actual file extension recognised by Apache and it must be used.