SubscribeRewriteRule ^blog/search/(.*) /mt/mt-search.cgi?IncludeBlogs=2&search=$1RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !m2.php
RewriteRule ^(.+)$ /m2.php?pg=$1[T=application/x-httpd-php] at all, but haven't tested it. If you want the redirect to be transparent, tag a [P] on the end of the rule (with a space between the second arg).You are not logged in, either login or create an account to post comments
RewriteEngine on
RewriteRule ^(.*)$ m2.php?pg=$1 [T=application/x-httpd-php]
RewriteEngine off
I'm a complete newby at this but am trying to get URLs that match specific keywords. A later evolution will require secondary matching like
www.example.com/category/subtopic
to
www.example.com/m2.php?pg=category&pg2=subtopic
posted by billsaysthis at 2:55 PM on January 11, 2004