Skip to content

Commit

Permalink
Added .htaccess file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Sep 3, 2023
1 parent 741179f commit 66b4c94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
##
## ACCESS RULES FOR DEMO FARM MODULE
RewriteEngine On
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) index.php?_REWRITE_COMMAND=$1 [QSA,L]

0 comments on commit 66b4c94

Please sign in to comment.