Hi,
does anyone see why apache will not let me have a rewrite rule like this:

RewriteRule ^/appname(.*)/(.*)/(.*)?apn=(.*)$ /cgi-bin/WebObjects/ appname.woa/$4/wa/ttcms?a1=$1&a2=$2 [last,passthrough]

Do I need to have the third variable as well, can't I let one variable out of the URL I rewrite to?

When I try to insert the above like this:
RewriteRule ^/appname(.*)/(.*)/(.*)?apn=(.*)$ /cgi-bin/WebObjects/ appname.woa/$4/wa/ttcms?a1=$1&a2=$2&a3=$3 [last,passthrough]

The server admin apache tool becomes empty - all sites gone... Yes, I know, I can do it via terminal, but the other person who has to do work on that webserver, too, needs the Mac Os X apache admin tool....

Or is it something different?

Rgeards,

Ute
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to