X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5f427dd38c8d47711ea73015076bb390761e05dd..e3757ad55ac7f161d4de11e38fb57166a8ee85f7:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index f41e1bf..a57b34d 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -3,3 +3,4 @@ RewriteBase / #RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^([0-9]+)$ /display.php?id=$1 +RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2