mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
News eURL mod rewrite profile - ready for test
This commit is contained in:
@@ -9,7 +9,7 @@ RewriteRule ^news/?$ news.php
|
||||
#item, default, cat actions
|
||||
RewriteRule ^news/([a-z]+)-([0-9]+)-([0-9]+)(\.html)?$ news.php?$1.$2.$3 [L]
|
||||
#extend, cat, list actions
|
||||
RewriteRule ^news/([a-z]+)-([0-9]+)(\.html)?$ news.php?.$1.$2 [L]
|
||||
RewriteRule ^news/([a-z]+)-([0-9]+)(\.html)?$ news.php?$1.$2 [L]
|
||||
|
||||
#ErrorDocument 400 /error.php?400
|
||||
#ErrorDocument 401 /error.php?401
|
||||
|
Reference in New Issue
Block a user