Absolute path change has broken my "lost your password" link.
-
Performance issues caused me to move my site to a new server on my host. The site speed is much better, but my plugins that send mail are broken after the migration. I can login to the back-end of the site and the back-end of all the plugins. I have deactivated and reactivated all plugins.
Specifically emails from the “lost your password” link are not working.
The host suggested that the absolute path change may be the cause. I have deactivated and reactivated all plugins and this is what is in my .htaccess file.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
- The topic ‘Absolute path change has broken my "lost your password" link.’ is closed to new replies.