Horje
htaccess remove .html Code Example
htaccess remove .html
#remove html file extension-e.g. https://example.com/file.html will become https://example.com/file
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]




Html

Related
file input only images Code Example file input only images Code Example
removing filepath from url using htaccess Code Example removing filepath from url using htaccess Code Example
accept only image files upload html Code Example accept only image files upload html Code Example
sample text Code Example sample text Code Example
html tab icon Code Example html tab icon Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
18