Search code examples
htmlcpanel

How to hide .html extension with web hosting?


I have a website hosted with cPanel X on goDaddy and I am trying to hide the .html extension when you click new pages. How can I go about hiding the .html?


Solution

  • Please have a look at link Below:

    How to remove .php, .html, .htm extensions with .htaccess

    If you want to remove the .html extension from a html file for example yoursite.com/wallpaper.html to yoursite.com/wallpaper you simply have to alter the last line from the code above to match the filename:

    RewriteRule ^([^\.]+)$ $1.html [NC,L]