X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/4d3b1690a86631b4b1abc74dfa4c4e5bde8faf10..2f7659becb40e457872fc45f59ad81bff439722f:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index d053ca7..a058392 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -3,7 +3,9 @@ RewriteBase / #RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^([0-9]+)$ /display.php?id=$1 -RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2 +RewriteRule ^([0-9]+)/edit$ /edit.php?id=$1 RewriteRule ^([0-9]+)/fork$ /fork.php?id=$1 +RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2 + RewriteRule ^list$ /list.php -RewriteRule ^list/([0-9])+$ /list.php?page=$1 +RewriteRule ^list/([0-9]+)$ /list.php?page=$1