• Resolved lavenderskinspa

    (@carelavenderskinspacom)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this: go to your Settings->Permalinks, select the Permalink option you want (even if its the one you already have selected) and click the save button. This will force WordPress to rebuild the .htaccess file. See if that clears things up for you.

    Thread Starter lavenderskinspa

    (@carelavenderskinspacom)

    Ok,

    @bemdesign, Thanks for the suggestion.
    I tried re-saving the permalink type, that did not resolve the issue.

    My Blog Url. https://sanantonio.lavenderskinspa.com

    Thread Starter lavenderskinspa

    (@carelavenderskinspacom)

    I’ve been in touch with the hosting support at godaddy. Migration/Config issue is possible as this was working prior to the migration. They tested several scripts that would normally send mail and they failed, frankly I would love that to be the case.

    They escalated and issued me a ticket. I will keep this thread alive until the issue us resolved.

    Thread Starter lavenderskinspa

    (@carelavenderskinspacom)

    It was a hosting issue and non related to the plugin or the wordpress coding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Absolute path change has broken my "lost your password" link.’ is closed to new replies.