Login loop (site URL). No loop (home URL). Customizer broken
-
Hi,
I am using
WP: 4.3
Parallax One Theme: 2.0.1I have the following problem:
TL;DR
I am stuck on a login loop when I go to the Customizer. I am stuck on a login loop when I go to https://www.marthagioulaki.com/wp-admin. Login is working when I login via https://www.inadrop.com/filip/wp-adminDetailed problem description:
I have my wordpress installed (godaddy) at https://www.inadrop.com/filip
I have a domain, https://www.marthagioulaki.com at another registrar for which I have set up the correct name servers, DNS etc. to be configured with https://www.inadrop.com/filip
Everything seemed to be working fine. I could browse to https://www.marthagioulaki.com and it was working, however https://www.marthagioulaki.com/contact was not working correctly (400 internal error).
Therefore, I had changed my permalinks settings (.htaccess file) as suggested by WordPress and changed my site URL in the General settings. The link https://www.marthagioulaki.com/contact was working, all seemed fine now.
However, I tried to login to https://www.marthagioulaki.com/wp-admin and I got stuck in a loop which kept on bringing me to the login page.
I have found many topics on this forum and applied all solutions I could find, however the problem still persists.
Now I am at at the following point.
https://www.inadrop.com/filip/wp-admin logs me into my dashboard
https://www.marthagioulaki.com/wp-admin gets me stuck into the loop
After login successful login with https://www.inadrop.com/filip/wp-admin: Dashboard/Customizer gives me the login page and gets me stuck in the loop. This causes me being unable to apply any changes through the Customizer.I have added the following in my wp-config file (suggestions of one of the topics of the WP forums). I have also tried everything without adding the following information to the wp-config file.
define(‘WP_HOME’,’https://mydomain.com’);
define(‘WP_SITEURL’,’https://mysite.com/subdir’);
note: I initially thought WP_HOME must have the directory were WP is installed and WP_SITEURL must have the domain, but then I browsed to the General settings in my dashboard and it appeared to be the other way around (??). I tried both ways, but the other way around it got me stuck in a loop for both login options.
define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com’ );
define( ‘COOKIE_DOMAIN’, ‘mydomain.com’ );
define(‘ADMIN_COOKIE_PATH’, ‘/’);My .htaccess file I have adjusted as per the suggestions of Settings/Permalinks where I have changed RewriteBase /filip to RewriteBase / and RewriteRule . /filip/index.php [L] to RewriteRule . /index.php [L]
I am baffled cause I can login to my dashboard with the link https://www.inadrop.com/filip/wp-admin, but NOT with https://www.marthagioulaki.com/wp-admin (stuck in the loop)
When I browse to https://www.inadrop.com/filip/wp-admin I get the following URL in my browser
https://inadrop.com/filip/wp-login.php?redirect_to=http%3A%2F%2Finadrop.com%2Ffilip%2Fwp-admin%2F&reauth=1When I browse to https://www.marthagioulaki.com/wp-admin I get the following URL in my browser
https://inadrop.com/filip/wp-login.php?redirect_to=http%3A%2F%2Fwww.marthagioulaki.com%2Fwp-admin%2F&reauth=1I have also tried renaming/deleting my .htaccess file and changing the permissions but this has not worked either.
Does anyone have any idea where the problem could be? I don’t mind if only https://www.inadrop.com/filip/wp-admin allows me to login to my dashboard, given the fact that everything else is working and I can use the Customizer to adjust the website. Unfortunately this is not the case.
- The topic ‘Login loop (site URL). No loop (home URL). Customizer broken’ is closed to new replies.