Forum
403 issue on the index page
I found out I have an issue on the index page. With .htaccess I redirect my http to https, but as well as the Google-bot as my SEO software-bot, send back an 403 forbidden, but the page is still accessible.
When I add an index.php or index.html file inside my public_html this issue is resolved. But as I use Runway this is not an actual file.
On my other Runway installation I have another website and there it works just fine. Has anyone experienced this before? Or has anyone an idea how I can solve this in a normal way?
Why are you sending a 403?
It sends back an 403 error to me. I'm not sending it.
What's in your
.htaccess
file?This says "requested file is not a directory"
But it is a directory. So you probably don't need that.