Quote:
Originally Posted by SouthernTn
Hey Im interested in installing but will this work with the Mod_Rewrite 3.5 , will the pages work with that or will it still have .php?= and etc.
|
You can achieve this by pointing the links to your files something like:
pagename.html
and using this rule in your .htaccess
Code:
RewriteRule ^(.*)\.html$ index.php?page=$1
I currently use this method at
www.ejuan.com. I don't use this particualr hack, but i have written code to generate the pages within my page template.
This is also in use at
www.freaks-network.com .
If you need help with it feel free to contact me.