The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
htaccess - url rewrite help
i want to know if this is my url for my forum and here is the information inside my htaccess file is there any way i can either
remove the thread/post id from the url or at least move it to the back of the url i really just want the title in the url http://www.rimsforum.com/forums/2-Wheel-and-Rim-Brands RewriteEngine on # This file is only needed if you have set the Forum Component URL in your admincp and you are # using the mod_rewrite option for friendly urls. If this is the case, copy this file # to your forum component stub directory. # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory. # RewriteBase /forum-stub-directory/ # If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off. # Options -MultiViews RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # Forum RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] |
#2
|
||||
|
||||
I think that rewrite is done by vbseo (or a similar program) if you have vbseo you'd need to change how it looks there.
|
#3
|
|||
|
|||
i dont have vbseo i'm using a normal htaccess rewrite
|
#4
|
||||
|
||||
Ooops forgot this was vb4 and has it's own seo friendly url's! look here https://www.vbulletin.com/docs/html/...ofriendly_urls
|
#5
|
||||
|
||||
He wants to get rid of the postid/threadid in the URL which is not possible in default vbulletin or through simple .htaccess. You need plugins also and that is something you would get through something like vbseo.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|