PDA

View Full Version : How do I install .htaccess on my Edgy server?


kenhead
February 11th, 2007, 06:08 PM
Can someone tell me how I install .htaccess on my Ubuntu 6.10 "Edgy Eft" Apache server?

SSamiK
February 11th, 2007, 06:16 PM
Try this: https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles

Worked for me! :)

jtc
February 11th, 2007, 06:17 PM
You will have to specify AllowOverride (http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride) for those directories where you want to use .htaccess

kenhead
February 11th, 2007, 06:36 PM
Thanks, I'll try it.

Brazen
February 11th, 2007, 09:10 PM
http://httpd.apache.org/docs/2.0/howto/htaccess.html

.htaccess files are not "installed." They are just text files that you put in your Apache website directories.