loveyu/LyFM/master/.htaccess - Htaccess File

loveyu/LyFM/master/.htaccess

RewriteEngine On
RewriteBase /file/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /file/index.php/$1 [L]

#禁止访问系统目录和配置目录
RewriteCond %{REQUEST_URI} ^(/file/LySystem/).*  [NC]
RewriteRule ^(.*)$ /file/index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache