If 404 is received on post pages after migration or initial installation on WordPress sites, we need to grant the following permission in Apache settings.
Make sure Apache mod_rewrite is active.
sudo a2enmod rewrite
AllowOverride All
Example:
<Directory "/home/ubuntu/alanadicom/">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Let's restart the service with the code below and complete our process.
sudo service apache2 restart
You can click for our Türkiye location Reseller Hosting packages.
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket