The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
My forum is currently located @ test.com/forum/
I want to make the url look like test.com/forum.html ? Meaning it is in the main root folder but not the index. Is this possible? |
#2
|
|||
|
|||
![]()
It seems easy, I haven't made the test my self but this rule or something very similar in the .htaccess might work for you.
Code:
RewriteRule ^forum.html(.*) forum/index.php$1 [L] If you use CMPS or other things you will need aditional rules. |
#3
|
|||
|
|||
![]()
Where should I place this?
In the index or /forum/ ? I tried both and it unfortunately doesn't seem to be working. |
#4
|
|||
|
|||
![]()
You need to turn on the rewrite engine with this code.
Code:
RewriteEngine On |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|