Feris Thia wrote:
> I have added the [L] but it seems not stopping.
It does. But there is an internal redirect in directory context.
Put
RewriteEngine on
RewriteRule ^/([0-9a-zA-Z]+)\.html$ /$1.php [PT]
RewriteRule \.php$ - [F]
into your httpd.conf/ per-server context (main server config section or
inside your client's <virtualhost>-section).
--
Bob