Quote:
Originally Posted by swissbob
I have set up a subdomain of my forum, m.myforum.com, using the Different Domain plugin, and given it this style.
I have turned off the 'include domain in URLs' option in vbSEO.
The front page works fine, and all the URLs now stay on the mobile domain. However, once I click on a forum page, all the links are now pointing back to the original domain. I tracked this down to the HTML head section, which includes:
<base href="http://www.myforum.com" />
I looked in the header and headinclude template and this isn't there.... so where does this come from and how do I remove it please?
|
Hello,
I don't know what is vbSEO and didn't change the 'include domain in URLs' option. But with standard vB I manage to fix the error you had.
Go into admincp > Search in Templates >
Find and Replace > Choose "mobile" template.
Search for text: $vboptions[bburl]
Replace with Text:
empty
Test Replacement: no
hit button "Find" and this will fix your problem, because all reference to original board url will have been removed