Most probably the issue is due to after login your seo panel installed url redirected to HTTPS url.
You can fix this issue by following steps.
a) Open file
seopanel/config/sp-config.php
in an editor.
b) Replace https in the below line
- Code: Select all
# The web path or url to access seo panel through browser.
define('SP_WEBPATH', 'https://yourdomain/seopanel');
to http as below line
- Code: Select all
# The web path or url to access seo panel through browser.
define('SP_WEBPATH', 'http://yourdomain/seopanel');
This will fix the issue.
Still issue is not fixed, please contact us.