I am trying to remove the trailing index.php on my main site using .htaccess file and the following code....
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.(html?|php[45]?|[aj]spx?)\ HTTPS/
RewriteRule index\.(html?|php[45]?|[aj]spx?)$ https://www.gekkodev.com/%1 [R=301,L]
But of course it is still not working! I think the problem is my ssl certificate as that code has worked fine on lots of other sites
Any ideas would be greatly accepted! Many thanks.
- Phillip