Foren / Cotonti / Support / Custom word instead of "tags" in rewrite mode

Eugene
#33481 9. März 2012, 16:59
#33477 Trustmaster:

You don't need the .htaccess part, sef-urls.htaccess example serves this case easily.

Hm... Of course, I'm using sef-urls.htaccess example, but I've put line with collection before index.php:

RewriteRule ^collection/(.*)  plug.php?e=tags&a=pages&t=$1 [QSA,NC,NE,L]

# All the rest goes through standard rewrite gateway
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]+) index.php?rwr=$1 [QSA,NC,NE,L]

How otherwise, I can reach collection URL? Index.php cannot see it as a plug (tags.php) and is not rewrite it by default...
 What's wrong - in my case???