X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8..ba406cb340bcbfc88f465a3cefd416cdda95fd43:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index bf8c582..cda57f9 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -10,6 +10,9 @@ RewriteRule ^([0-9]+)/delete$ delete.php?id=$1 RewriteRule ^([0-9]+)/delete/confirm$ delete.php?id=$1&confirm=1 RewriteRule ^([0-9]+)/doap$ doap.php?id=$1 RewriteRule ^([0-9]+)/edit$ edit.php?id=$1 +RewriteRule ^([0-9]+)/edit/(.+)$ edit.php?id=$1&file=$2 +RewriteRule ^([0-9]+)/embed$ embed.php?id=$1 +RewriteRule ^([0-9]+)/embed/(.+)$ embed-file.php?id=$1&file=$2 RewriteRule ^([0-9]+)/fork$ fork.php?id=$1 RewriteRule ^([0-9]+)/linkback$ linkback.php?id=$1 RewriteRule ^([0-9]+)/raw/(.+)$ raw.php?id=$1&file=$2