Hi Ute, As far as Server Admin GUI goes, I don't think you can handle RewriteRule directive with it. You have to do it on the CLI. You shouldn't have issue when someone else will be using the GUI... well "shouldn't" is the correct word, we had experienced some cases where the rewrite rules were "changed" by the GUI, but you just need to try once to see if you'll have issue as it's stable: -either it's going to work all the time with your rewrite rules -or it will edit them every time you update a site in the GUI (yes it will rewrite all the configurations for every site).
Xavier > 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/webobjects%40anazys.com > > This email sent to [email protected]
_______________________________________________ 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]
