Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

how hide .html in url

## You need put this in .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC, L]
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript decode a sting in base64 
Javascript :: es6 array sum javascript 
Javascript :: import svg react 
Javascript :: docker daemon bind to host and port 
Javascript :: array to object 
Javascript :: js reverse JSON.stringify 
Javascript :: toggle button javascript 
Javascript :: confirm javascript 
Javascript :: reactjs get url query params as object 
Javascript :: define function to get random value from array 
Javascript :: multipline and single line regex pattern 
Javascript :: puppeeter mac m1 
Javascript :: fetch function javascript 
Javascript :: electron disable scrollbar 
Javascript :: redis set expire time node js 
Javascript :: replace componentwillmount with hooks 
Javascript :: Easy Way to Check if 2 Arrays are Equal in JavaScript 
Javascript :: force delete in sequelize 
Javascript :: create a binary tree 
Javascript :: stop a function javascript 
Javascript :: percentage formula in javascript 
Javascript :: nodejs import instead of require 
Javascript :: findbyid mongoose 
Javascript :: resize windows 
Javascript :: how to clear state in react hooks 
Javascript :: get all indexes for element in array javascript 
Javascript :: javascript set time to start of day 12 am 
Javascript :: redondear decimales javascript 
Javascript :: ipify api 
Javascript :: The jQuery noConflict() Method 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =