Hello
All my pages are being redirected to index.php
The original page doesn’t even execute, it just redirected to index.php
The strange thing is it works if I put an ending forward slash e.g
www.website.com/hello.php (this will redirect without executing)
www.website.com/hello.php/ (this will execute)
why is this happening?