nanhe
02-27-2012, 11:05 AM
The default .httacess is
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]
This showing something
http://localhost/vbulletin/fourm/2-Main-Forum
but i do not want extra forum
http://localhost/vbulletin/2-Main-Forum( i want like This)
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]
This showing something
http://localhost/vbulletin/fourm/2-Main-Forum
but i do not want extra forum
http://localhost/vbulletin/2-Main-Forum( i want like This)