Answer the question
In order to leave comments, you need to log in
Why is there a 404 error after migrating wordpress?
In general, I transferred the project to a new hosting (VDS) and a problem arose: the CNC does not work ...
Here is the site on which it actually does not work: recensor.ru I
suspect that this is due to some incorrect web server settings ...
What I already DID:
1) rewrote permalinks in the admin panel (checked htaccess is updated)
2) entered a2enmod rewrite into SSH, apache rebooted.
3) Permissions to the folder are set for the www-data user/group
4) For more confidence about any reboots, I rebooted the entire machine.
I'll add it to be: prntscr.com/8r0x4g (connected apache2 modules)
Answer the question
In order to leave comments, you need to log in
Try to go to the admin panel in Permalinks and click Save, sometimes it helps.
Another option may be that Apache is configured incorrectly: try adding this to the Apache config for the site folder:
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
sudo service apache2 restart
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question