Mokuji/mokuji-component-media/master/links/.htaccess - Htaccess File

Mokuji/mokuji-component-media/master/links/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteRule (image|file)s/download-static-(.*) ../../../../index.php?section=media/link_$1_static&path=$2&download=1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (image|file)s/(static|dynamic)-(.*) ../../../../index.php?section=media/link_$1_$2&path=$3 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache