Tuesday, November 24, 2009

How to enable apache mod_rewrite in Ubuntu

1. you should change AllowOverride None to AllowOverride ALL in virtual host File.
2. you should enable mod_rewrite in the ubuntu operating System.
3 If you want to enable mod rewrite you should add the following command in your terminal.

sudo a2enmod rewrite

thanks.

No comments:

Post a Comment