This commit is contained in:
flash 2015-04-02 16:22:39 +02:00
parent 0a34bf911b
commit 36b2317da6

View file

@ -25,6 +25,7 @@ RewriteRule ^(.*)$ $1.php
RewriteRule ^r/([a-z]+)$ infopage.php?r=$1
## News
RewriteRule ^news?/?$ news.php
RewriteRule ^news/([0-9]+)$ news.php?id=$1
RewriteRule ^news.xml$ news.php?xml