Forum Moderators: phranque
rewriteEngine ON
rewriteRule ^([^.]+)\.html$ /$1.php [L]
I try many time but can't . some one please help me.
This is my file wwWebmasterWorldebsite.com/product.php convert to wwWebmasterWorldebsite.com/product.html
How can i do first and next steps.
Thanks
I serve all my php pages this way with some added security measures - you cannot request the php files or you get an error.
Hope this helps.
Justin