Dynamic php file that doesn't use .html

For the longest time i’ve used this rewrite to create dynamic html pages from my database but I want to change it so that it doesn’t require the .html. Is this possible if so how? Here is my code RewriteRule ^([^/]+).html/?$ /page.php?pageLinkName=$1 [L]

Take off the .html and hte rule is still perfvectly valid.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.