Re[2]: [EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
That's interesting. Does that include .htaccess files? Could you give me an example of how to do it? -- Alan Little Holotech Enterprises On Sunday, March 12, 2006, 11:43:57 PM, you wrote: > Yes, apache conf file can be written in perl, so you can use if > statements to determine

Re: [EMAIL PROTECTED] How do you send mixed-MIME content?

2006-03-12 Thread Alan Little
orld that would know what to do with it, unless you've got a custom job on that end. You have to remember the client in the client-server model. -- Alan Little Holotech Enterprises On Sunday, March 12, 2006, 5:00:40 PM, you wrote: > How can one send HTML content, binary image data, a

Re[2]: [EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
. The altertnative is to maintain separate .htaccess files, which is a PITB. I'm surprised there's no capability for this; I can't be the first person to have thought of it, and it seems like it would be a good thing to have. -- Alan Little Holotech Enterprises On Sunday, March 12, 20

[EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
ng, but perhaps I'm overlooking something. -- Alan Little Holotech Enterprises - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsu

Re: [EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-10 Thread Alan Little
nywhere or getting 404s if they don't have a cookie. Damned cool voodo. -- Alan Little Holotech Enterprises On Thursday, March 9, 2006, 8:31:50 AM, you wrote: > Sorry if this has been asked before; I tried to find if there were > searchable archives for this list, but couldn't f

Re[2]: [EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-09 Thread Alan Little
int to directory %1 (the value from RewriteCond) below this directory, followed by whatever's left of the URI." Isn't that correct? It seems pretty straightforward to me, but for some reason doesn't work. -- Alan Little Holotech Enterprises On Thursday, March 9, 2006, 11:38:34 AM

[EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-09 Thread Alan Little
eCond %{HTTP_COOKIE} phn_demo=(.*) RewriteRule (.*) /demo/%1/$1 but get a 500 error, which strangely doesn't show up in the logs. If the cookie is not set, I don't get an error. -- Alan Little Holotech Enterprises - The o