init
This commit is contained in:
14
.htaccess
Normal file
14
.htaccess
Normal file
@@ -0,0 +1,14 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
Options +FollowSymlinks
|
||||
RewriteEngine On
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteCond %{REQUEST_URI} ^/.*
|
||||
RewriteRule ^(.*)$ web/$1 [L]
|
||||
|
||||
RewriteCond %{REQUEST_URI} !^/web/
|
||||
RewriteCond %{REQUEST_FILENAME} !-f [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^.*$ web/index.php
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user