View Single Post
  #10 (permalink)  
Old 03-28-10, 06:03 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
The rule I sent was a modified version of one I'm using. What it's supposed to do is capture the entire request (for example - page.phtml) and then append /forums.php to it - so it would become page.phtml/forums.php.

You may also want to write it this way:

^(.*)\.phtml$ $1/forums.php - which should strip off the .phtml

RewriteRules can be tricky. Be patient, you'll get them working.
Reply With Quote