Hello All,
I am trying to set up a mod_rewrite rule that will accomplish the following:
==>
I have come up with:
rewriterule ^(.*)\.php [L]
I have found that this does not work. When I change it to:
rewriterule ^(.*)\.html [L]
it does work for
==>
Unfortunately, I cannot use the second option because my entire site has hyperlinks written to the .PHP extension. Could someone suggest how to get it working with .PHP?
Thanks,
sjkted
I am trying to set up a mod_rewrite rule that will accomplish the following:
==>
I have come up with:
rewriterule ^(.*)\.php [L]
I have found that this does not work. When I change it to:
rewriterule ^(.*)\.html [L]
it does work for
==>
Unfortunately, I cannot use the second option because my entire site has hyperlinks written to the .PHP extension. Could someone suggest how to get it working with .PHP?
Thanks,
sjkted