[ic] Rewrite rules kill forms

Peter peter at pajamian.dhs.org
Wed Jul 18 07:58:55 EDT 2007


On 07/18/2007 04:27 AM, Ton Verhagen wrote:
> At 01:04 PM 7/18/2007,
> Racke wrote:
>> Ton Verhagen wrote:
>> >     ServerName www.mydomain.com
>> >     ServerAlias mydomain.com
>> >     ServerAdmin webmaster at mydomain.com
>> >     DocumentRoot /opt/guide/www.mydomain.com/HTML
>> >
>> >     Alias /images/ /opt/guide/www.mydomain.com/HTML/images/
>> >     Alias /inc/ /opt/guide/www.mydomain.com/HTML/inc/
>> >     Alias /interchange-5/
>> /opt/guide/www.mydomain.com/HTML/interchange-5/
>> >     Alias /robots.txt /opt/guide/www.mydomain.com/HTML/robots.txt
>> >     Alias /favicon.ico /opt/guide/www.mydomain.com/HTML/favicon.ico
>> >
>> >     ScriptAlias /cgi-bin/ /opt/guide/www.mydomain.com/cgi-bin/
>> >
>> >     ScriptAliasMatch ^/(.*)$
>> > /opt/guide/www.mydomain.com/cgi-bin/mycatalog/$1
>> >
>> >
>> > without the ScriptAliasMatch everything works as before.
>> >
>> > What could be wrong?
>>
>> You used bogus domain names :-). Check whether Interchange is triggered
>> at all.
> 
> Yes, of course it is !
> 
> As I mentioned before, everything works just fine when I do not use
> the ScriptAliasMatch directive.
> 
> However, I really would like to use the ScriptAliasMatch directive in order
> to shorten/cleanup the urls

You can also do:
ScriptAlias / /path/to/vlink/

Peter



More information about the interchange-users mailing list