mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
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:
parent
52dfb93be4
commit
381059ef57
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue