RE: [users@httpd] Permission to access on my website!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you very much. Now all is ok!!!!!

Luca

-----Original Message-----
From: Joshua Slive [mailto:jslive@xxxxxxxxx] 
Sent: lunedì 17 ottobre 2005 15.57
To: users@xxxxxxxxxxxxxxxx
Subject: Re: [users@httpd] Permission to access on my website!

On 10/17/05, Rasconi Luca (u.e.) <Luca.Rasconi@xxxxxxxxxxxxx> wrote:
> RewriteRule ^/pages/generic_error/(.*)\.html$
> http://static.rossoalice.virgilio.it/pages/generic_error/mce/$1.html
> [R=temp,L]
>
> But it doesn't works!!!!!!!!!!!!!! And the error is something like this:
>
> redirection number limiti reached. It's not possible load the page.
> (from italian, im sorry :( )

Yes, that is certainly a redirect loop because the new URL still
matches the regex.  Try:
RewriteRule ^/pages/generic_error/([^/]+)\.html$
http://static.rossoalice.virgilio.it/pages/generic_error/mce/$1.html
[R=temp,L]
which will not catch requests to subdirectories of generic_error.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux