In this website tutorial for beginners you will learn how to remove html extension from static page url / link using .htaccess file in website.
* Add Below Code in .Htaccess File:
RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
#html #extension #url #page #link #htaccess #website #webtaskwithhassan #hassangilani
Тэги:
#WebTaskWithHassan #HassanGilani #page #website #url #link #htaccess #extension #html