Wednesday, December 30, 2009

Ubuntu Permalink

This experience when running with ubuntu wordpress, wordpress permalink exactly on. mod_rewrite error appears
After several attempts, and via google serching the thing to do is:
open file ni apache2
airaku @ airaku-desktop: ~ $ etc/apache2/sites-available/default:

Directory />
Options FollowSymLinks
AllowOverride All
/ Directory>
Default: AllowOverride None



then create a link on /etc/apache2/mods-enabled because there is no rewrite.conf, syntax:
airaku@airaku-desktop:~$sudo ln-s ../mods-available/rewrite.load./rewrite.conf

then restart apache:
airaku@airaku-desktop:~$sudo /etc/init.d/apache2 restart

1 comment: