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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -