X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c78bab0c18fb9db18408f1601280997ee8b0779f..1a8bb56c72ad34cf159e03b97a467e5e35a614c5:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index 697b6ec..98d92ec 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -14,3 +14,6 @@ RewriteRule ^([0-9]+)/tool/([^/]+)/(.+)$ /tool.php?id=$1&tool=$2&file=$3 RewriteRule ^list$ /list.php RewriteRule ^list/([0-9]+)$ /list.php?page=$1 + +RewriteRule ^search$ /search.php +RewriteRule ^search/([0-9]+)$ /search.php?page=$1