I have tried already a couple of ways using URL redirect, but I am no good in php.
RewriteEngine on
RewriteRule ^/Folder/([0-9]+)$ example.com/
I have a problem, the sub folders & files of my server are case-sensitive, for example:
www.example.com/Folder/index.html
How can I make them case insensitive, or redirect alternative spellings to:
www.example.com/Folder/I also want to hide the actual URL of all sub folders and files, e.g. only the below should be shown, not any sub-items.:
www.example.com/Folder
I have no CMS, only static HTML pages.
index.htmlso nothing else would be displayed. What does PHP have to do with this if you're talking about HTML pages and shows nothing of what you've tried with PHP? Your question is very unclear as it is.