Add htaccess rule to not re-write direct calls to index.php

- Avoids having calls to legacy endpoints being re-written
- Before post calls to legacy entryPoint were being re-directed as GET
This commit is contained in:
Clemente Raposo 2021-10-29 16:48:17 +01:00 committed by c.raposo
parent 52dfb93be4
commit 381059ef57

View file

@ -20,6 +20,8 @@ DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index.php.*$ - [L,NC]
# Determine the RewriteBase automatically and set it as environment variable.
# If you are using Apache aliases to do mass virtual hosting or installed the
# project in a subdirectory, the base path will be prepended to allow proper