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
Post a Comment