How do I enable .htaccess files?

Article ID: 124 
Last Review: Oct,6 2008
Author:
Last updated by: system APPLIES TO:
  • Plesk for Linux/Unix

Resolution

.htaccess files can be enabled by placing the following contents in the httpd.conf file:

AccessFileName .htaccess

<Directory "/var/www/vhosts">
Options +All
AllowOverride All
Order allow,deny
Allow from all
</Directory> Restart apache.


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields