Hello,
I have tried removing the website extension but it never seems to work.
example.com/sub.HTML, how would i remove the .html part?
I have tried making a .htaccess file and put this in but it doesn't change anything
Any ideas? thanks in advanceHTML Code:RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L]