404 hyperlink not working after wordpress migration

Issue will look likes this

Make sure you change Hyperlink settings from old wordpress to new one exactly the same.

log into your vps

using console to to

/etc/apache2/sites-available

then open your configuration file

then change AllowOverride none to

AllowOverride All

save it

then

a2enmod rewrite

then

systemctl restart apache2

or

systemctl restart apache2.service

Last updated

Was this helpful?