I got frustrated with this problem. just learning ubuntu and make the simple web with wordpress.
the problem is when I try to change the original url wordpress clean url.
When we replace the clean url in wordpress installed in ubuntu 14.04, appear error 404. these solutions I found.
Restart Server
Read More...
the problem is when I try to change the original url wordpress clean url.
When we replace the clean url in wordpress installed in ubuntu 14.04, appear error 404. these solutions I found.
then add this line below "DocumentRoot /var/www/html"sudo nano /etc/apache2/sites-available/000-default.conf
Save and exit the nano editor via CTRL-X, “y” and ENTER.
<Directory "/var/www/html"> AllowOverride All </Directory>
Restart Server
sudo service apache2 restar
:)