I have a problem with my Wordpress permalink. I tried to change permalink to postname "/%postname%/"
. When I test one of my page, its says that 404 Not Found
.
I've looking around about my problem and tried many tutorials but no luck. In my opinion, my Wordpress access seems not working but I'm not sure because I'm newbie for this. Please anyone can help me solve this problem.
Thanks In Advance
Please check you .htaccess must look like below if not remove all code and write below:
After that run below command:
1 EDIT (Change None to all) sudo vim /etc/apache2/apache2.conf
To (press i to edit)
save (press :wq!)
sudo a2enmod rewrite
sudo service apache2 restart
Try replacing your
.htaccess
with default.htaccess
Make sure you backup your
.htaccess
before using this.If your .htaccess file were writable, WordPress will do this automatically, but if it isn't- these are the mod_rewrite rules you should add in your .htaccess file.
1- Open .htaccess file and copy the following data in that file.