antonbabenko/imagepush2/master/web/.htaccess - Htaccess File

antonbabenko/imagepush2/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    
    # Don't need to rewrite anything in uploads folder
    RewriteRule ^(uploads) - [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache