hi and good day,
Sir, Ma'am
How can I hide my index.html and all the pages with .html extensions?
I spent 4 hours looking for a solution but until now nothing works. I added a .htaccess to the public and add this code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteRule ^([^\.]+)$ $1.html [NC,L]
It still doesn't hide the index.html and .html extensions
please help
kind regards and Good day,
Sir, Ma'am
How can I hide my index.html and all the pages with .html extensions?
I spent 4 hours looking for a solution but until now nothing works. I added a .htaccess to the public and add this code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteRule ^([^\.]+)$ $1.html [NC,L]
It still doesn't hide the index.html and .html extensions
please help
kind regards and Good day,