Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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]
Comment

PREVIOUS NEXT
Code Example
Html :: default html template 
Html :: html disable editing textbox 
Html :: degree symbol html 
Html :: how open link in new tab 
Html :: sweetalert2 cdn 
Html :: bootstrap select box arrow not visible 
Html :: free video url for testing 
Html :: html input price 
Html :: href email in html 
Html :: pattern for email id in html 
Html :: success green color code 
Html :: meta colors html 
Html :: html dot symbol 
Html :: how to switch between html pages 
Html :: how to install jquery 
Html :: iframe youtube autoplay not working 
Html :: icon for about us font awesome 
Html :: bootstrap 5 justify content 
Html :: html get redirect to another page on load 
Html :: html file 
Html :: how to add a title picture in html 
Html :: how to open in new page link html 
Html :: open new tab when clicking link html 
Html :: youtube embed autoplay 
Html :: include favicon html 
Html :: video tag thumbnail 
Html :: calendar input 
Html :: select html 
Html :: tailwind css select 
Html :: nuxt input image base64 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =