hello,
I was wondering if I made a sub-domain in my site and used other seo scripts in it (I'm going to make it a wordpress blog) would it harm my main vb forum? and would submitting 2 sitemaps effect something?
thank you.
This is a discussion on Sub-domian help within the General Discussion forums, part of the vBulletin SEO Discussion category; hello, I was wondering if I made a sub-domain in my site and used other seo scripts in it (I'm ...
hello,
I was wondering if I made a sub-domain in my site and used other seo scripts in it (I'm going to make it a wordpress blog) would it harm my main vb forum? and would submitting 2 sitemaps effect something?
thank you.
My Site: Mac Video tutorials and Help Forum
You can run 2 separate sites on subdomains and submit sitemaps for each with no issue.
If you have any issues in your wordpress site, simply start your htaccess file with RewriteEngine Off before turning it back on for the wordpress rewrite rules.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Site: Mac Video tutorials and Help Forum
I have a problem, my sites redirects people from subdomian.mozymac.com to mozymac.com/subdomin
here is the site I'm doing: reviews.mozymac.com and it's redirecting to http://mozymac.com/reviews
My Site: Mac Video tutorials and Help Forum
You may need to make an exclusion in your non-www to www rules in your htaccess.
instead of
you would use something like:Code:RewriteCond %{HTTP_HOST} !^www\.domain\.com
so the subdomain doesn't get subject to being pushed to wwwCode:RewriteCond %{HTTP_HOST} !(^www\.domain\.com$|^reviews\.domain\.com$)
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!