| Eugene |
|
|---|---|
#33477 Trustmaster: 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... |