On 10/7/07, Phil Rhoades <[EMAIL PROTECTED]> wrote:
> People,
>
> I have disabled the proxy server in httpd.conf:
>
> #
> # ProxyRequests On
>
> but I still get thousands of proxy request lines in my access_log file
> (so some of my bandwidth must still be getting wasted) - I presume these
> reque
People,
I have disabled the proxy server in httpd.conf:
#
# ProxyRequests On
but I still get thousands of proxy request lines in my access_log file
(so some of my bandwidth must still be getting wasted) - I presume these
requests are not being responded to but can I use the rewrite_module to
di
On 10/7/07, Tomek Lorek <[EMAIL PROTECTED]> wrote:
> Hi there!
> I'm having problems setting up a mod_rewrite on Apache 2.2.3. I have
> an address like this: http://127.0.0.1/~tomek/somesite/register.php
> and it works ok. I've got a /home/tomek/public_html/somesite/.htaccess
> file which contains:
On 10/7/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote:
> I have been scratching my head over this for hours ...
>
> I'm trying accomplish this:
>
> If the UserAgent is not ABCD, and the request is for either /dir1/ or
> /dir1-test/ then it should be rewritten to /dir1/info/
>
> The idea is that o
Sorry, but I don't understand what you mean.
br,
teel
2007/10/7, ASHOK KOPARDAY <[EMAIL PROTECTED]>:
> Tomek,
> I have not been able to locate the step by step users manual for web hosting
> for less web savvy people.
> Kindly direct me so that I can search there.
> Regards,
> ashok
>
>
> On 10/7
Tomek,
I have not been able to locate the step by step users manual for web hosting
for less web savvy people.
Kindly direct me so that I can search there.
Regards,
ashok
On 10/7/07, Tomek Lorek <[EMAIL PROTECTED]> wrote:
>
> Hi there!
> I'm having problems setting up a mod_rewrite on Apache 2.2.3
On 10/7/07, ASHOK KOPARDAY <[EMAIL PROTECTED]> wrote:
>
> I am not able to help you. Please post it in the group.
I did.
--
-ste
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://htt
Hi there!
I'm having problems setting up a mod_rewrite on Apache 2.2.3. I have
an address like this: http://127.0.0.1/~tomek/somesite/register.php
and it works ok. I've got a /home/tomek/public_html/somesite/.htaccess
file which contains:
RewriteEngine On
RewriteRule ^(.+)\.html$ $1.php [L]
The rul
Hello Shaun,
I am not able to help you. Please post it in the group.
Regards,
Ashok
On 10/7/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote:
>
> I have been scratching my head over this for hours ...
>
> I'm trying accomplish this:
>
> If the UserAgent is not ABCD, and the request is for either /d
I have been scratching my head over this for hours ...
I'm trying accomplish this:
If the UserAgent is not ABCD, and the request is for either /dir1/ or
/dir1-test/ then it should be rewritten to /dir1/info/
The idea is that only UAs of ABCD should get served the index file in
/dir1/ or /dir1-te
10 matches
Mail list logo