amazon web services - Wordpress Permalink Doesn't Work Ubuntu Server AWS -
i try tutorial nothing happen
http://guiem.info/permalinks-on-wordpress-amazon-ec2/
apache2.conf directory codes
<directory /> options followsymlinks allowoverride require granted </directory> <directory /usr/share> allowoverride none require granted </directory> <directory /var/www/> options indexes followsymlinks #none allowoverride require granted </directory> <directory "/var/www/html"> options indexes followsymlinks allowoverride require granted </directory> <directory "/var/www/html/wordpress"> options indexes followsymlinks allowoverride require granted </directory> #<directory /srv/> # options indexes followsymlinks # allowoverride none # require granted #</directory>
of course, restart apache every time make change
if not use permalinks wordpress works perfect
according this article, can happen when mod_rewrite module not enabled in apache configuration file.
Comments
Post a Comment