On Wed, Mar 18, 2009 at 4:05 PM, Johnny Edge <je...@visafirst.com> wrote:
> > <Directory "/var/www/html/info/admin/"> > RewriteRule ^admin/(.*) /admin/index.php?%{QUERY_STRING} [L] The "admin" part of the URL is already stripped away for you, including it in your pattern is making this fail to match. Assuming you don't have a .../admin/admin/. RewriteLog would help. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org