On Wed, Mar 18, 2009 at 4:05 PM, Johnny Edge <jedge@xxxxxxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx