Clean default wordpress installation, all fine, just when I change permalinks in wordpress settings to post name, the default wordpress post is given 404 not found. Any help would be appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Ok, found the solution,
and thats in the /etc/apache2/apache2.conf file
be sure to add mod_rewrite and restart apache after that
sudo a2enmod rewrite
sudo service apache2 restart
same her how to solve this problem
this is unbelievable ! I just dont have the solution, anybody please help !! My .htaccess
rewrite_module is on
and still 404…
and mod_rewrite is enabled…