Problem:
Modx config -> Friendly URL -> yes.
http://localhost/home.html -> Page not found.
Solution:
enable mod_rewrite:
$> sudo a2enmod rewrite
$> sudo service apache2 restart
/etc/apache2/sites-avaiable/default:
AllowOverride all
ht.access -> .htaccess
Reference:
http://wiki.modxcms.com/index.php/Friendly_URLs_Guide
http://rtfm.modx.com/display/Evo1/Moving+Site
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.