I have changed many file extensions from html and shtml to .php.
Is it reasonable to have a rewrite rule that takes requests for "non-existent" .html and .shtml files and rewrites them for .php with the same name or should I stick with a simple line redirecting each file?
Thanks