606/forum.worze.org/master/extensions/hcs_image_uploader/uploads/.htaccess - Htaccess File

606/forum.worze.org/master/extensions/hcs_image_uploader/uploads/.htaccess

# BEGIN PunBB

<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting

RewriteEngine On

# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . noimage.jpg [L]
</IfModule>

# END PunBB

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache