The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
remove CMS content redirect
I just upgraded from 4.2 to 4.2 suite and have setup the CMS to be the sites homepage, however the homepage is now mysite.com/content/ instead of just mysite.com.
Can someone help me to change this to just my domain and remove the redirect. I've found a dozen or so posts about this issue, but none of them have worked for me. I'm willing to pay for the help. |
#2
|
|||
|
|||
I just figured out how to do this and this is what worked for me.
1. Credit these guys from this thread for this plugin: http://www.vbulletin.com/forum/forum...ing-to-content Create plugin using init_startup as the hook. if ($_SERVER['REQUEST_URI'] == '/') { $vbulletin->options['friendlyurl_canonical'] = 0; } if ($_SERVER['REQUEST_URI'] == '/content/') { exec_header_redirect('/', 301); } 2. Go to your index.php in 4.21 and change require('forum.php'); to require('content.php'); 3. Vboptions: CMS Component URL: Optional URL for your CMS: Put in your domain http://www.domain.com 4. Vb Options: Friendsly urls -> Mod Rewrite Friendly URLs (on) 5. Enforce Canonical URL -> Standard 6. Friendly URL Unicode -> Convert to UTF-8 7. NCR Encode UTF-8 URLs for IE -> Yes 8. Change content tab in navigation manager to : index.php I hope this helps because I just spent 4 hours trying to figure out a way to get it all working. Now my default content page does not have the /content/ on it. |
Благодарность от: | ||
Lynne |
#3
|
||||
|
||||
Perfect!
This thread should have way more "thanks" comments based on the number of people that seem to ask how to do this. Great job and works perfect on 4.2.2 |
Благодарность от: | ||
charlesr |
#4
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
Anything wrong? |
#5
|
|||
|
|||
The only problem I hit was somehow I ended up with Optional URL for your CMS as http//http://www.bordersdown.net After I corrected it, this all worked.
THANK YOU THANK YOU THANK YOU OFFSHORE DAN. Been trying to figure this out for months now. I'm now off to do a backup |
#6
|
|||
|
|||
Slight modification to this. I made the target url for the articles tab to be my domain's url (instead of "index.php"). Not sure if this makes any different to google, but it might. Otherwise it might think that the homepage and the /index.php page are 2 different pages with duplicate content.
|
#7
|
|||
|
|||
thank you very much
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|