The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
rewrite help?
I am having a slight problem when moving from my homepage to my forums
I would like my homepage to be: http://www.women4fitness.com NOT http://www.women4fitness.com/index.php? and same with my forums: http://www.women4fitness.com/forums NOT http://www.women4fitness.com/forums/index.php? How do I write a RewriteRule that would keep the index.php? from showing up? Thanks Iceman |
#2
|
|||
|
|||
This is driving me nuts
I have split PR rates because of this as well My Homepage should be www.women4fitness.com and my forums should be www.women4fitness.com/forums/ Can anyone help? |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
you cant stop people from requesting blah.com/index.php
you could do an external redirect using htaccess, but your going to need to modify vbulletin so that all your links dont include the index.php? part....i cant help with that but heres rewrite rules that would work if all you care about is the default pages Code:
----.htaccess------------- RewriteEngine on RewriteRule ^forums/index.php$ http://%{SERVER_NAME}/forums/ [R,L] RewriteRule ^index.php$ http://%{SERVER_NAME}/ [R,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|