To remove .php extension from URL and replaced with .html i have wrote:
Options -Indexes Options -Multiviews Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)\.php $1.html [QSA,L] This work fine and i the extension changed, but i get this message:
Not Found The requested URL /**xxxxxx**.html was not found on this server.