On Thursday, April 28, 2011 8:34:46 AM UTC+3, Jari Ketola wrote:
AliasMatch ^/blog/([a-z0-9_\-]+z)/(.*)$ /www/blog/$2 > Noticed there's a typo in the RegExp. The correct AliasMatch is of course AliasMatch ^/blog/([a-z0-9_\-]+)/(.*)$ /www/blog/$2 Doing a passthrough with mod_rewrite loads the correct template, but obviously cgi.script_name is then "incorrect" RewriteRule ^/blog/([a-z0-9_\-]+)/(.*)$ /blog/$2 [PT] Jari -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
