Quote:
Originally Posted by cd34
RewriteEngine on
RewriteRule ^whatever.html$ whatever.php [QSA]
not that it a perfect solution, but, it is a workaround
|
How does that work? and the "whatever.html$ whatever.php" I am assuming should be the same page?
Also, I need to do this for a lot of pages, so I put them all in there like that?