mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
eURL and news administration cleanup, server caching added to various news related places, blog calendar fixes
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
|
||||
### TAGWORDS ###
|
||||
RewriteRule ^tagwords/?(.*)$ e107_plugins/tagwords/tagwords.php?q=$1 [L]
|
||||
|
||||
### NEWS SEF URLs - set 'news' to the 'URL identifier' value (news Administration area) ###
|
||||
RewriteRule ^news/?$ news.php [L]
|
||||
RewriteRule ^news/(.*)$ news.php?rewrite=$1 [L]
|
||||
|
Reference in New Issue
Block a user