Show
Ignore:
Timestamp:
01/29/08 18:20:10 (10 months ago)
Author:
ewout
Message:

The tag "rss" can now be browsed. Fixes #292. Thanks, eavdmeer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/htaccess-dist

    r1512 r1534  
    152152RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)$ mod/icons/icon.php?id=$1&constraint1=$2&size1=$3 
    153153RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)\/([A-Za-z])\/([0-9]+)$ mod/icons/icon.php?id=$1&constraint1=$2&size1=$3&constraint2=$4&size2=$5 
     154 
     155# Tags 
     156########### 
     157 
     158RewriteRule ^tag\/(.+)\/?$ search/all.php?tag=$1 
     159RewriteRule ^rsstag\/(.+)\/?$ search/rss.php?tag=$1 
     160RewriteRule ^tag\/(.+)/ecl\/?$ search/ecl.php?tag=$1 
     161 
    154162 
    155163# Newsclient 
     
    193201 
    194202 
    195 ########### 
    196  
    197 RewriteRule ^tag\/(.+)\/?$ search/all.php?tag=$1 
    198 RewriteRule ^rsstag\/(.+)\/?$ search/rss.php?tag=$1 
    199 RewriteRule ^tag\/(.+)/ecl\/?$ search/ecl.php?tag=$1 
    200  
    201203# Some blogging clients probe Wordpress or MoveableType endpoints, 
    202204# redirect them to the Elgg xml-rpc endpoint