looking for special .htaccess file

Tips and help with HTML, CSS, JavaScript, and site development.
Post Reply
User avatar
ccb056
Site Administrator
Posts: 981
Joined: January 14th, 2004, 11:36 pm
Location: Texas
Contact:

looking for special .htaccess file

Post by ccb056 »

Hi, I'm looking for a few lines in an .htaccess file to do the following and include a 301 redirect

rewrite
"http://www.computerbb.org/ftopic(numvar).php"
to
"http://www.computerbb.org/about(numvar).html"

rewrite
"http://www.computerbb.org/sutra(numvar).php"
to
"http://www.computerbb.org/post-(numvar).html"

rewrite
"http://www.computerbb.org/forum(numvar).php"
to
"http://www.computerbb.org/forum-(numvar).html"
Post Reply