X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2b6643574b2a0e527aea359a240018577d861275..0c2d838a9b2f0c81d460b49ccd74775440ced828:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index 98d92ec..a8f2eed 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -12,6 +12,8 @@ RewriteRule ^([0-9]+)/rev/(.+)$ /revision.php?id=$1&rev=$2 RewriteRule ^([0-9]+)/rev-raw/(.+)/(.+)$ /raw.php?id=$1&rev=$2&file=$3 RewriteRule ^([0-9]+)/tool/([^/]+)/(.+)$ /tool.php?id=$1&tool=$2&file=$3 +RewriteRule ^new$ /new.php + RewriteRule ^list$ /list.php RewriteRule ^list/([0-9]+)$ /list.php?page=$1