Skip to content

Commit

Permalink
moved rewrite to .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Dec 23, 2020
1 parent 00d831a commit c5245b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
</IfModule>
Header add Access-Control-Allow-Origin "*"
</VirtualHost>

0 comments on commit c5245b2

Please sign in to comment.