Enabling mod_rewrite for cakephp 1.3 in 3 easy steps :
1) Enable the module
bash>sudo a2enmode rewrite
2) Make a soft link
bash>sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
3) Restart the apache server
bash> sudo /etc/init.d/apache2 restart
p/s:Check in your phpinfo() if mod_rewrite is enable :)
1) Enable the module
bash>sudo a2enmode rewrite
2) Make a soft link
bash>sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
3) Restart the apache server
bash> sudo /etc/init.d/apache2 restart
p/s:Check in your phpinfo() if mod_rewrite is enable :)
Comments