mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 04:08:44 +02:00
7 lines
226 B
ApacheConf
7 lines
226 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^ index.php [QSA,L]
|
|
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
|
</IfModule> |