refs #4922 Set apache rewrite config
This commit is contained in:
parent
65b9d3d139
commit
d6a8fa03dc
|
@ -18,6 +18,9 @@
|
|||
Require all granted
|
||||
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
|
||||
|
||||
RewriteEngine On
|
||||
RewriteRule ^/?$ index.php [L]
|
||||
|
||||
<FilesMatch "\.(css|js|json|yml|php|xml|html|svg)$">
|
||||
SetOutputFilter DEFLATE
|
||||
</FilesMatch>
|
||||
|
|
Loading…
Reference in New Issue