lscgzwd/yii2-swoole/master/.htaccess - Htaccess File

lscgzwd/yii2-swoole/master/.htaccess

Options +FollowSymLinks
IndexIgnore /
Options -Indexes
# follow symbolic links
Options FollowSymlinks
RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^.*$
RewriteRule ^(.*)$ /web/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache