Loop redirection when changing Blog address (URL)
-
Good day,
I followed this Giving WordPress its Own Directory guide and successfully separate the blog homepage to be different from the directory. As my provider is Plusnet, the URLs in Options look like following,
WordPress address: https://ccgi.username.plus.com/wordpress
Blog address: https://ccgi.username.plus.comIt worked OK as so far.
————————————————–
Not until I changed the Blog address to a domain I bought before the problem occured. Let’s call the domain name “domainname”.
So I changed the Blog address to “https://www.domainname.com” and redirect DSN to “ccgi.username.plus.com” where “index.php” is under.
And here is the scripts in “inder.php” look like.
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>As I tested the URL, “https://www.domainname.com”, the redirection loop started. After the loop stoped the message on Firefox is:
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept cookies.Could anyone save me from this frustration?
Thank you for the time in advance.
- The topic ‘Loop redirection when changing Blog address (URL)’ is closed to new replies.