LazuLitee/biudly/master/.htaccess - Htaccess File

LazuLitee/biudly/master/.htaccess

RewriteEngine On
RewriteBase /biudly

# Redirect all requests to non-existing files to biudly,
# except for media resources
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !.*.(gif|jpg|png|bmp|js|css|woff|ttf|svg)$
RewriteRule . index.php?__cap=%{REQUEST_URI} [L,QSA]

# Add captured request to index files
RewriteRule ^index.php index.php?__cap=%{REQUEST_URI} [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache