Skip to content
Snippets Groups Projects
Commit 01aeb2da authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

FIX #1641 htaccess compatibility issues with Apache < 2.4

parent fc3cdbc7
No related branches found
No related tags found
No related merge requests found
DirectoryIndex index.php
Options -Indexes
Options FollowSymLinks Includes ExecCGI
Require all denied
# Root to allow index.php
<FilesMatch "^$">
Require all granted
</FilesMatch>
# Core root
<FilesMatch "^(index|ws_server|static|merged_js|merged_css|reopen)\.php$">
Require all granted
</FilesMatch>
# App static files
<FilesMatch "\.(css|js|jpg|png|gif)$">
Require all granted
</FilesMatch>
# App tools files
<FilesMatch "\.(htm|html|jar)$">
Require all granted
</FilesMatch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment