Hi Pegasus, and Everyone!
I love VaultWiki's handling of the rewrites to turn /forums/showwiki.php?etc... into /wiki/ArticleName -- and I wanted to try and accomplish the same with vBulletin 3.8.x's built-in FAQ.php -- which currently resides at /forums/faq.php into /faq/faqname. What sort of rewrite rules should I be looking at?
I've tried permutations, at my /.htaccess (root), of:
Code:
RewriteRule ^forums/faq.php?faq=(.*)$ faq/$1 [L,R=301]
RewriteRule ^faq$ faq/ [L,QSA,R=301]
With:
Code:
RewriteRule ^faq/(.*)?$ forums/faq.php?faq=$1 [L,QSA]
But when I go to /faq/name, I get an "Invalid Forum Specified" vBulletin message. Any thoughts on what I might be doing wrong and how I might get this there?
Thanks so much!
Bookmarks