danieloliveira079/OMLET/master/web/.htaccess - Htaccess File

danieloliveira079/OMLET/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !/images/ 
    RewriteCond %{REQUEST_URI} !/files/ 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app_frontend.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache