I have a question on the .htaccess, i'm pretty much a newbie with the stuff. All i have included in mine is a 301 to redirect non www to www, a showthread line, a forumdisplay line and your profile bit. However, i have a problem now with vbadvanced custom pages.
By default it's displayed as yourforum.com/?page=pagename . After adding the profile rewrite bit it simply points to forumhome when trying to view the page. I'm sure there's something simple i could put to change it to yourforum.com/pagename.html or similar. Would anyone be kind enough to point me in the right direction?
I tried the following (which of course is incorrect, else i wouldnt be posting)
RewriteRule (^[-_A-Za-z0-9\ ]*$) ?page=$1
and
RewriteRule (^[A-Za-z0-9\-]+)\.html$ ?page=$1
Thanks,
-- pbw
|