thrivincode

Results 1 issues of thrivincode

I used this in .htacess file to hide the ".html" in the URL to improve UX: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] Now I cannot use live...

enhancement