-
Website
http://czarism.com -
Original page
http://czarism.com/easy-peasy-ubuntu-powered-drupal-clean-urls-w-apache2 -
Subscribe
All Comments -
Community
-
Top Commenters
-
lisan09
6 comments · 1 points
-
Rob Loach
3 comments · 29 points
-
lunareclipse
3 comments · 6 points
-
cmiper
1 comment · 2 points
-
dennyhalim.com
1 comment · 1 points
-
-
Popular Threads
That's another little tidbit: when you extract Drupal and move the files to /var/www, a command like `sudo mv drupal-5.10/* /var/www` - the * DOESN'T match the .htaccess. You should move that file into place as well.
1. change ownership of Drupal to apache:
sudo chown -R /var/www/drupal www-data2. edit apache2 config file
sudo vi /etc/apache2/sites-available/defaultunder
Directory /var/www/, change 'AllowOverride None' to 'AllowOverride All'3. restart apache
Much Success!