On Saturday, April 16, 2005 10:30 PM -0400 Scott Gifford wrote:
This works for me: RewriteRule ^(.*)\\(.*)$ $1/$2 [R]
Thanks. Seems like it should work, but maybe I'm not doing it right. When I turn it on, all requests yield "Internal Server Error." Should this be preceded by a RewriteCond statement? This is what I have now:
RewriteEngine On RewriteRule ^(.*)\\(.*)$ $1/$2 [R] RewriteEngine Off -Josh --------------------------------------------------------------------- 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