Clean URLs with Apache 2 - above DocumentRoot on virtual private servers
Last updated on
8 August 2016
Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites
To set up clean URLs above web document root on virtual private servers, you need to change a setting in httpd.conf.
(default setting)
Options FollowSymLinks
AllowOverride None
Change it to
Options FollowSymLinks
AllowOverride All
None of the other changes discussed in this section of the handbook were necessary (and in fact had to be undone).
The hosting provide said this does not provide any security issues (no guarantees).
You may need to reset the VPS before the changes take effect.
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion