How to Remove .HTML Extension From Page URL in Website | HTML | Htaccess

How to Remove .HTML Extension From Page URL in Website | HTML | Htaccess

WebTask With Hassan

54 года назад

578 Просмотров

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
Ссылки и html тэги не поддерживаются


Комментарии: