OxigenArts/Oxigen/master/.htaccess - Htaccess File

OxigenArts/Oxigen/master/.htaccess

RewriteEngine on
RewriteBase /directorio_instalacion
RewriteCond %{REQUEST_URI} !/directorio_instalacion/media/
RewriteCond %{REQUEST_FILENAME} !.*jpg$|.*gif$|.*png$|.*css$|.*js$|.*svg$|.*ttf$|.*woff$|.*woff2$|.*eot$
RewriteRule ^(.*)$ index.php?route=$1 [QSA,NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache