The problem may occur due to that module is not enabled yet.
To enable the module in Ubuntu
$ a2moden rewrite
$ /etc/init.d/apache2 restart
And do the following changes in 'default' file under /etc/apache/sites-available
Change the line 'Allowoverride None' to 'Allowoverride All' inside the respective folder directory.
Ref : http://ubuntuforums.org/showthread.php?t=252778
http://rudyegenias.wordpress.com/2006/08/21/enabling-mod-rewrite-in-xampp/
To enable the module in Ubuntu
$ a2moden rewrite
$ /etc/init.d/apache2 restart
And do the following changes in 'default' file under /etc/apache/sites-available
Change the line 'Allowoverride None' to 'Allowoverride All' inside the respective folder directory.
Ref : http://ubuntuforums.org/showthread.php?t=252778
http://rudyegenias.wordpress.com/2006/08/21/enabling-mod-rewrite-in-xampp/
No comments:
Post a Comment