yii2-netdisk/web/.htaccess
2019-05-14 19:07:55 +03:00

5 lines
117 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]