The default LAMP installation on Ubuntu 6.10 doesn’t include mod_rewrite module.
To install mod_rewrite, run command as below:
$sudo a2enmod rewrite
ref : http://www.yinfor.com/blog/archives/2007/04/how_to_install_a_mod_rewrite_o.html
The default LAMP installation on Ubuntu 6.10 doesn’t include mod_rewrite module.
To install mod_rewrite, run command as below:
$sudo a2enmod rewrite
ref : http://www.yinfor.com/blog/archives/2007/04/how_to_install_a_mod_rewrite_o.html