Can't change home page Canonical URL
Permalink
hi there
I'm trying to change my home page Canonical URL
fromhttp://www.mydomain.com/ towww.www.mydomain.com/hello/world...
... I can add the new path in the page properties, but when saving I find that it hasn't changed it... just reverts back tohttp://www.mydomain.com/
I have pretty URLs on and working fine for the rest of the site
I'm a newbie so please be gentle ;)
thanks
I'm trying to change my home page Canonical URL
fromhttp://www.mydomain.com/ towww.www.mydomain.com/hello/world...
... I can add the new path in the page properties, but when saving I find that it hasn't changed it... just reverts back tohttp://www.mydomain.com/
I have pretty URLs on and working fine for the rest of the site
I'm a newbie so please be gentle ;)
thanks
You would add this to your theme header to output a canonical link
Or if you have you site athttp://www.yousite.com/over/here then you can change the DIR_REL to be the following.
This would actually redirect your site to be this url though so all links would be relative to this. So this would probably require some alterations to your htaccess file also.