mrbighokage/book-test-yii2/master/static/web/uploads/.htaccess - Htaccess File

mrbighokage/book-test-yii2/master/static/web/uploads/.htaccess

<IfModule mod_rewrite.c>

    RewriteEngine On

    # If file exists, use it directly
    # Otherwise forward it to no_image
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule . no-image.jpg
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache