Eric Covener gmail.com> writes:
> You can't match the query string in RewriteRule. Add a RewriteCond
> that looks at %{QUERY_STRING} and use a backreference to the
> RewriteCond match
Do you have any Example where i can find this in action? Sorry but I am not
familiar with all the mod_rewrite-St
Hello,
First, please excuse my english, I'm Belgian ;)
So,
I'm running the lastest Apache 1.3 version.
My httpd.conf has now ~700 vhosts (webhosting).
When the httpd.conf is updated, before that the httpd is gracefully
restarted, a 'configtest' is made.
(The update is made by a cronjob for addi
On Fri, January 5, 2007 5:22 pm, Jay Chandler wrote:
> Richard Lynch wrote:
>> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote:
>>
>>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed
>>> from
>>> ports)-- trying to get it to render .php pages correctly, but
>>> instead
>>> it
>
Stupid question *but* worth asking... mod_mime is loaded, correct?
On 1/5/07, Jay Chandler <[EMAIL PROTECTED]> wrote:
Richard Lynch wrote:
> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote:
>
>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from
>> ports)-- trying to get
Charles Palmer wrote:
RewriteCond %{HTTP_HOST} ^[^\.w{3}]+\.wl.example.com$
That won't work. Your expression [^\.w{3}] is invalid. This is a
character class stating that the chars }3w.{ must not be present. You're
looking for a negative lookahead, (?!www)
Do you have access to your httpd.co
Hi everybody,
This one baffles me.
I have the following scenario:
- Apache 2.2.3 with mod_php and mod_rewrite enabled (disabling those modules
doesn't change a thing), no other fancy configuration items
- An arbitrary form with enctype="multipart/form-data"
- An arbitrary receiver f