Blame view

.htaccess 137 Bytes
d4b45cc5   root   COMPONENTS .htaccess
1
2
3
4
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.php [QSA,L]
  Header add Access-Control-Expose-Headers "Location"