Changeset 2271 for branches

Show
Ignore:
Timestamp:
11/30/10 06:24:52 (18 months ago)
Author:
nick_ramsay
Message:

[1.5] Extra htaccess line to allow for an extra pair of parameters in a friendly url, e.g.  http://example.com/rss/category/sports/status/top/limit/20

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/htaccess_default

    r2009 r2271  
    3030RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/?$ index.php?page=$1&$2=$3&$4=$5 [L] 
    3131RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/?$ index.php?$1=$2&$3=$4&$5=$6 [L] 
     32RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)/?$ index.php?page=$1&$2=$3&$4=$5&$6=$7 [L]