- This topic has 22 replies, 2 voices, and was last updated 10 years, 3 months ago by .
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Login error: Not found on this server
Tagged: login, login error, not found
Have you check your server log files? Can you check your permalinks structure under WordPress settings and click on save settings again. Can you check your .htaccess file and check to see if there are any unusual entries?
Hi
No errors in server log file.
I have re-saved permalinks they were/are set to post name
This is my .htaccess file
# Switch rewrite engine off in case this was installed under HostPay.
RewriteEngine Off
SetEnv DEFAULT_PHP_VERSION 53
DirectoryIndex index.cgi index.php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /minders-keepers.co.uk/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /minders-keepers.co.uk/index.php [L]
</IfModule>
# END WordPress
Would it be useful for you to register on my site?
Thanks
Graham
Looking at your .htaccess file, is your website installed in a directory named /minders-keepers.co.uk/?
Yes /minders-keepers.co.uk/public_html
Thanks
Graham
Your issue is more related to your website and not this plugin. You might have to contact your host about this issue. I have tried all possible troubleshooting options.
Thank you
Thanks for your help. I have asked the host to look into it but do you think it could it be anything to do with using an IP address in the url? I intend to buy hosting from them for this client, do you think this issue would be resolved when I do?
Graham
Hi Graham, I don’t see why not. There are more than 10 thousand using this plugin and are happy with the outcome. I do think your issue is related to the fact that you are using an IP address as well as the domain name in the same URL address.
Thanks for you help, I’ll update this thread when I have changed the url as it might be useful to others.
Graham