1

would anyone have some easy to follow step on how to install mod_rewrite on Ubuntu, its for Drupal 6

freddy6
  • 115
  • 2
  • 3
  • 10

2 Answers2

1

it is normally installed with the apache2 package, you only have to enable it:

sudo a2enmod rewrite
Christian
  • 4,703
  • 2
  • 24
  • 27
0

Don't forget to change virtual host option "AllowOverride" of your Drupal site to:

AllowOverride All
ghloogh
  • 1,049
  • 5
  • 9