Skip to content

Commit

Permalink
Create .htaccess.main
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidevelop authored Feb 22, 2022
1 parent 74d650f commit 2cbf689
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .htaccess.main
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ tsugi.php [L]
</IfModule>

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

<IfModule !mod_rewrite.c>
FallbackResource tsugi.php
</IfModule>

0 comments on commit 2cbf689

Please sign in to comment.