SystemOAD
12-14-2010, 11:00 AM
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):
# -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
I # out the lines for the time being so not to mess with SEO. Also the forums are installed in a sub-director not a sub-domain but I take it I do still add the redirects as above to my root folder and not in a new file in the forums folder?
Regards,
Nath
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):
# -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
I # out the lines for the time being so not to mess with SEO. Also the forums are installed in a sub-director not a sub-domain but I take it I do still add the redirects as above to my root folder and not in a new file in the forums folder?
Regards,
Nath