kinglion/tttuangou/master/.htaccess - Htaccess File

kinglion/tttuangou/master/.htaccess

# BEGIN TTTuangou
<IfModule mod_rewrite.c>
RewriteEngine On
Options FollowSymLinks
RewriteBase /
RewriteCond %{REQUEST_URI}  !.(gif|jpeg|png|jpg|bmp|apk)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
# END TTTuangou

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache