Hello everybody,

I have a problum, i want to rewrite my file extention from .php to .html and also want to chang all the dynamic url into a static url.

I have tryed the following option but that is not working. Please help me, i will be very thanksfull to that person

Options +FollowSymLinks
RewriteEngine on
RedirectMatch permanent ^(.*)\.php$ $1.htm
RemoveHandler .html .htm
...