Use this code: RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]
Use this code in .htaccess file.
Note : -
If are you using the extensions in in this file please remove this.
For Example :-
Change the all Url in same format!

0 comments
Post a Comment