Oops, URL change is not being reflected
-
My account is currently linked to “http://ngroup.ca/wordpress”. I’ve successfully moved my blog to “http://info-gen.ca”, but I can’t find a way to replace the linked URL in my WordPress.com account.
Any help appreciated!
The blog I need help with is: (visible only to logged in users)
-
I’ve tried disconnecting and re-connecting JETPACK, but I still cannot update the old URL to “http://info-gen.ca”.
-
I flagged this for the staff to help. There are certain JetPack things that only they can do, don’t know if this is one or not, but the staff have a good record of helping
-
-
-
Whoever did a bit of voodoo for me, thank you, the site url is now updated to http://info-gen.ca/wordpress. However, a new issue has arisen. My WP content is stored in a subdirectory (http://info-gen.ca/wordpress) — all works fine when surfing to http://info-gen.ca, however the full URL http://info-gen.ca/wordpress gives a 401 error. And so the wordpress.com stats are not working correctly.
Is there a redirect I’m missing here?
Info-gen.ca/.htaccess
# 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 WordPressInfo-gen.ca/index.php
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);Info-gen.ca/wordpress/.htaccess:
# 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 WordPressInfo-gen.ca/wordpress/index.php
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’); -
For Jetpack support, it’s best to contact our Jetpack team directly so they can look into your issues:
http://jetpack.me/contact-support/ -
-
- The topic ‘Oops, URL change is not being reflected’ is closed to new replies.