Hi,

I am still struggling with the setup described in my earlier post. It almost 
works now.

RewriteCond %{HTTP_HOST} (first|second|third)
RewriteRule ^(.+)$ %1/$1 [NC]

RewriteRule ^first/site/?$ cgi-bin/show.pl?id=2657 [L,NC]
# Index für 'Breskens'
RewriteRule ^first/site/page/?$ cgi-bin/show.pl?id=2658 [L,NC]

While

http://domain/site/
works
http://domain/site/page

does not. The error log says

maximum number of internal redirects reached

But with the setup above, both URLs should be treated similarly. Or am I wrong?

Thanks,

Jan
--  
Any technology which is distinguishable from magic is insufficiently advanced.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to