Automattic/Postbot/master/.htaccess - Htaccess File

Automattic/Postbot/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule   ^(.*)$   images.php?file=$1 [L]

AddType video/webm .webm
AddType video/ogg .ogv
AddType video/mp4 .mp4

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache