Skip to content

Commit 9b4ae9c

Browse files
rafaelmitisamdark
authored andcommitted
Added a .htaccess file to the web directory (yiisoft#206)
1 parent 088c234 commit 9b4ae9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine on
2+
RewriteCond %{REQUEST_FILENAME} !-d
3+
RewriteCond %{REQUEST_FILENAME} !-f
4+
RewriteRule . index.php [L]

0 commit comments

Comments
 (0)