Page 1 of 1
SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 8:26 am
by richardsoncreative
I've been working on this for a while but still can't seem to get my SEO urls working. It's on a subdomain which may complicate things but I've tried altering the htaccess file to have the '/' and '/shop' but nothing seems to work.
I turn it on in the backend, altered the htaccess file. The path comes up correctly with the seo reference I've put in but it's broken as in 'not found'
My site is:
http://shop.strength01.co.nz
Please help.
Thanks.
- Tania
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 9:00 am
by MarketInSG
How did you alter you htaccess file?
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 10:04 am
by richardsoncreative
I found it under /upload, remove the .txt at the end of the file name and changed
RewriteBase /
to
RewriteBase /shop/
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 10:07 am
by cwswebdesign
richardsoncreative wrote:I found it under /upload, remove the .txt at the end of the file name and changed
RewriteBase /
to
RewriteBase /shop/
Rewriting to /shop/ is really making it
www.yourdomain.com/shop/ You'd have to put in
http://shop.yourdomain.com to point to a subdomain.
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 11:05 am
by richardsoncreative
That still doesn't work. I've tried:
RewriteBase
http://shop.strength01.co.nz/
and
RewriteBase
http://shop.strength01.co.nz
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 11:16 am
by MarketInSG
is your htaccess file in your subdomain folder? That's the point. And of course rewrite base as the code you placed would not work.
https://www.google.com.sg/search?q=rewr ... =firefox-a
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 11:37 am
by richardsoncreative
You are a legend, thanks!!
File should have been put in the root folder the whole time.
Re: SEO Urls don't work on sub-domain
Posted: Tue Apr 10, 2012 11:43 am
by MarketInSG
welcome. Add [Solved] to your title would be nice

SEO Urls don't work on sub-domain SOLVED
Posted: Tue Apr 10, 2012 4:43 pm
by richardsoncreative
.