PDA

View Full Version : Ca we change .httacess file


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)

TombstoneWarrior
03-08-2012, 08:05 AM
here watch this it should help with what you need>>> http://www.youtube.com/watch?v=ZkqD_ASurwg&blend=15&lr=1&ob=5

hope this helps!!!:up: