website - How to hide .html extension with web hosting? -


i have website hosted cpanel x on godaddy , trying hide .html extension when click new pages. how can go hiding .html?

please have @ link below:

how remove .php, .html, .htm extensions .htaccess

if want remove .html extension html file example yoursite.com/wallpaper.html yoursite.com/wallpaper have alter last line code above match filename:

rewriterule ^([^\.]+)$ $1.html [nc,l] 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -