RewriteCond %{THE_REQUEST} \ /([^?]+)(\?.|\ .)RewriteCond %{REQUEST_FILENAME} !main\.phpRewriteRule . /main.php?g2_view=core.ShowItem&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /([^?]+)(?.| .)RewriteCond %{REQUEST_FILENAME} !/index.php$RewriteRule . index.php?op=gallery&[color=Red]blogId=1[/color]&g2_view=core.ShowItem&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /v/([^?]+)(?.| .)RewriteCond %{REQUEST_FILENAME} !/index.php$RewriteRule . index.php?op=gallery&blogId=1&g2_view=core.ShowItem&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /v/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_FILENAME} !main\.php RewriteRule . /main.php?g2_view=core.ShowItem&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /v/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_FILENAME} !index\.php RewriteRule . /index.php?op=gallery&blogId=1&g2_view=core.ShowItem&g2_path=%1 [QSA,L]