would anyone have some easy to follow step on how to install mod_rewrite on Ubuntu, its for Drupal 6
Asked
Active
Viewed 520 times
2 Answers
1
it is normally installed with the apache2 package, you only have to enable it:
sudo a2enmod rewrite

Christian
- 4,703
- 2
- 24
- 27
-
or you could do it from Synaptic too. – Sairam Feb 11 '10 at 06:18
-
Thanks Christian, you are correct it is installed. but for whatever reason i still can not enable clean url's on drupal. I will ask another question. – freddy6 Feb 12 '10 at 05:44
0
Don't forget to change virtual host option "AllowOverride" of your Drupal site to:
AllowOverride All

ghloogh
- 1,049
- 5
- 9