The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I only need to use the forums in my vB4 suite so I would like to know how I would disable the cms and/or blog please? Also I tried to setup some redirects in the .htaccess file but its not working out too well so would some mind giving me a hand to work out what I'v done wrong on that please? Here is the htaccess code I made (its the last 3 lines for my vB): Code:
# -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName extreme-gaming-network.com AuthUserFile /home2/extremeg/public_html/_vti_pvt/service.pwd AuthGroupFile /home2/extremeg/public_html/_vti_pvt/service.grp RewriteEngine On RewriteCond %{HTTP_HOST} ^extreme-gaming-network.com RewriteRule (.*) http://www.extreme-gaming-network.com/$1 [R=301,L] #Redirect 301 /forums/ http://www.extreme-gaming-network.com/forums/forum.php #Redirect 301 /forums/content.php http://www.extreme-gaming-network.com/forums/forum.php #Redirect 301 /forums/blog.php http://www.extreme-gaming-network.com/forums/forum.php Regards, Nath |
#2
|
||||
|
||||
![]()
To disable the CMS and Blog, go to admincp > plugins & products > manage products > find vBulletin CMS and vBulletin Blog > click Disable next to each of them.
|
#3
|
||||
|
||||
![]()
Also don't forget to double check your index.php file and change the default script if required:
Code:
/** * Use the CMS as the default script: */ require('content.php'); /** * Use the forum as the default script: */ // require('forum.php'); ![]() New example: Code:
/** * Use the CMS as the default script: */ // require('content.php'); /** * Use the forum as the default script: */ require('forum.php'); |
#4
|
|||
|
|||
![]()
Thanks guys, its prob that bit in the index.php file I missed out last time I tried
![]() Is it the index.php in the default (roof) forum folder I need to change or the one for each theam I want to use? |
#5
|
||||
|
||||
![]() Quote:
![]() |
#6
|
|||
|
|||
![]()
Yup I done both but I think I tried something like that a couple of months ago without editing the index.php file and thats why it wasnt working.
Its all working now though so thank you both for the help ![]() Also No need for help with the htaccess as thats now sorted as I only needed to add one line to redirect /forums/forum.php to /forums/ ![]() |
#7
|
||||
|
||||
![]() Quote:
![]() |
#8
|
|||
|
|||
![]()
Thank you
![]() Then I just waiting on my coder to finish the scripting for the main site. |
#9
|
||||
|
||||
![]() Quote:
![]() https://vborg.vbsupport.ru/showthread.php?t=250340 https://vborg.vbsupport.ru/showthread.php?t=236480 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|