RE: [users@httpd] basic rewrite question concerning redirect : ^$ or ^/$

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

 



I think this may be working on the first site since the site is the first
virtualhost (apache's default if there is no match). If you switch them
around, you should then see the other one behave normally. In short, it's
the first one that is actually broke. 

I don't know that I've ever tried it, but how about ^[|/]$ or ^[$|/$]

Again, never tried it...

> -----Original Message-----
> From: Hanack Leif [mailto:Leif.Hanack@xxxxxxxxxxxxx]
> Sent: Tuesday, March 15, 2005 5:30 AM
> To: users@xxxxxxxxxxxxxxxx
> Subject: [users@httpd] basic rewrite question concerning redirect : ^$
or
> ^/$
> 
> Hello,
> 
> i detected a strange behaviour:
> 
> I have two vhosts:
> 
> <VirtualHost *:80>
>     ServerName intra-jawa.com
> 
>     RewriteEngine on
>     RewriteRule ^$ http://intra-jawa.com/portal/login.jsp [R,L]
>     ...
> </VirtualHost>
> 
> <VirtualHost *:80>
>     ServerName intra-jawa1.com
> 
>     RewriteEngine on
>     RewriteRule ^$ http://intra-jawa1.com/portal/login.jsp [R,L]
>     ...
> </VirtualHost>
> 
> When i call http://intra-jawa.com i'm redirected to the login page.
> Calling http://intra-jawa1.com i receive a 403 : Access denied.
> 
> Why?
> 
> Changing the rule to
> 
>     RewriteRule ^/$ http://intra-jawa1.com/portal/login.jsp [R,L]
> 
> will forward to the login page even if i just enter the
> domain http://intra-jawa1.com without a trailing /
> 
> My idea was to have a rule that automatically redirect to a login
> page when the blank domain names are entered.
> 
> TIA, Leif
> 
> 
> ---------------------------------------------------------------------
> 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