LorisVenturelli/Lyber/master/.htaccess - Htaccess File

LorisVenturelli/Lyber/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !(assets(/)?)
RewriteCond %{REQUEST_FILENAME} !(apps/(.*)/assets/(/)?)
RewriteCond %{REQUEST_FILENAME} !(modules/(.*)/cache/(/)?)

RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache