I've tried many other scenarios and checked Firefox's Live HTTP Headers (which
showed the Location as the original requested page plus an extra slash each
time it recursively redirected), but no joy.
I did notice that the web server is redirecting (301) paths with no ending slash
(such as "test")
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Unfortunately your suggestions also runs into the same problem (redirection loop
to itself). The only thing I can figure is that this is a server configuration
issue, but I have no idea what the ISP would need to change. I don't even know
h
>
> Hello,
>
> I have been trying for days to figure out how to get my web site
> redirected
> (301) to a different domain by using RedirectMatch (mod_alias) but all
I
> get on
> EVERY attempt is an extra slash "/" added to the end of the address in
the
> browser. Of course the server then perfor
Unfortunately your suggestions also runs into the same problem (redirection loop
to itself). The only thing I can figure is that this is a server configuration
issue, but I have no idea what the ISP would need to change. I don't even know
how to break it on my own Apache web server (basically a def
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The .htaccess file in the "test" directory contains one line:
RedirectMatch permanent .* http://www.spaudemedia.com
Does RedirectPermanent / http://www.spaudemedia.com/
.. work any better?
--
noodl
--
Hello,
I have been trying for days to figure out how to get my web site redirected
(301) to a different domain by using RedirectMatch (mod_alias) but all I get on
EVERY attempt is an extra slash "/" added to the end of the address in the
browser. Of course the server then performs recursive redire
From: Sanjay Saha
> [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 22. März 2006 13:35
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] RedirectMatch
> >
> > Hi Boyle ,
>
> Hi Sanjay,
>
> I don't mean to be rude, but I don't
> -Original Message-
> From: Sanjay Saha [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 22. März 2006 13:35
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] RedirectMatch
>
> Hi Boyle ,
Hi Sanjay,
I don't mean to be rude, but I don't feel in
Hi Boyle,
In regard to my earlier mail,'
You must understand there is directory called
/usr/projects/domain/htdocs/bbb .
The system at apache is running such that a http get
request for /usr/projects/domain/htdocs/bbb/index.jsp
would display /usr/projects/domain/htdocs/index.jsp
with it parts bei
in.com
RedirectMatch (.*)\.*$ https://www.domain.com/bbb$1
The error which is happening now : ( from apache error
log)
[error] [client xx.xx.xx.xx] File does not exist:
/usr/projects/domain/htdocs/bbb
I could think a trailing / could bemissing in the
logic .
But then how could i add it in th
> -Original Message-
> From: Sanjay Saha [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 22. März 2006 10:21
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] RedirectMatch
>
> Hi ,
>
> My earlier post has some inconsistencies .
> I am reposting it
Hi ,
My earlier post has some inconsistencies .
I am reposting it properly now.
Let me know if there is a wayout.
--
revised
--
I require a very unique expression matching with
apache .
Basically i would be redirecting this way,
http://www.abc.domain.com ->
http://www.domain
> -Original Message-
> From: Sanjay Saha [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 22. März 2006 08:37
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] RedirectMatch
>
> Hi ,
>
> I require a very unique expression matching with
> apache .
>
Hi ,
I require a very unique expression matching with
apache .
Basically i would be redirecting this way,
http://abc.domain.com ->
http://domain.com/abc/index.jsp .
Let me know the right expression at vhosts.conf..
I am using
ServerName abc.domain.com
RedirectMatch (.*)\.*$ https:
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
Joshua Slive writes:
> On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>> Joshua Slive writes:
>>
>> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>> >
>> >> I want to redirect all requests like
>> >> site.com
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> Joshua Slive writes:
>
> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >> Joshua Slive writes:
> >>
> >> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >> >
> >> >> I want to redirect all requests like
> >> >> site.com/somethi
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
Joshua Slive writes:
> On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>
>> I want to redirect all requests like
>> site.com/something,
>> site.com/something/someotherthing,
>> site.com/something/xyz/someotherthing
>>
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> Joshua Slive writes:
>
> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >
> >> I want to redirect all requests like
> >> site.com/something,
> >> site.com/something/someotherthing,
> >> site.com/something/xyz/someotherthing
> >>
> >> to
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
I want to redirect all requests like
site.com/something,
site.com/something/someotherthing,
site.com/something/xyz/someotherthing
to site.com/something.html, no matter if or without trailing slash BUT NOT
if the URL is a
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> I want to redirect all requests like
> site.com/something,
> site.com/something/someotherthing,
> site.com/something/xyz/someotherthing
>
> to site.com/something.html, no matter if or without trailing slash BUT NOT
> if the URL is a .gif, .jpg
Hi List,
I've got following problem:
I want to redirect all requests like
site.com/something,
site.com/something/someotherthing,
site.com/something/xyz/someotherthing
to site.com/something.html, no matter if or without trailing slash BUT NOT
if the URL is a .gif, .jpg etc.
So I've got t
Hi,
mod_security is interesting, it definitely looks like the right idea for
this guy's situation, but it is kind of funny in a way, if you need
mod_security you are already somewhat screwed, but it is nice to have
around.. :)
Eric
At 07:32 AM 12/20/2005, Joshua Slive wrote:
On 12/19/05, E
Joshua Slive wrote:
On 12/19/05, Ed Sawicki <[EMAIL PROTECTED]> wrote:
I'm administering an Apache server that runs PHP-based
Webapps that I have not written and cannot change. These
Webapps are being successfully attacked. Here's an
example from the log:
66.57.121.127 - - [19/Dec/2005:19:50:4
On 12/19/05, Ed Sawicki <[EMAIL PROTECTED]> wrote:
> I'm administering an Apache server that runs PHP-based
> Webapps that I have not written and cannot change. These
> Webapps are being successfully attacked. Here's an
> example from the log:
>
> 66.57.121.127 - - [19/Dec/2005:19:50:46 -0800] "GET
I'm administering an Apache server that runs PHP-based
Webapps that I have not written and cannot change. These
Webapps are being successfully attacked. Here's an
example from the log:
66.57.121.127 - - [19/Dec/2005:19:50:46 -0800] "GET
/phplive/image_tracker.php?l=Bob&x=1&deptid=0&page=
http%3A/
On 11/7/05, Marc Perkel <[EMAIL PROTECTED]> wrote:
> What I really want to do is this:
>
> http://www.(.*)/mailman/(.*) --> http://mailmam.$1/$2
>
> What I want to do is preserve the host part after the www and substiture
> mailman for www and lose the mailman on the end. I should have been cle
Joshua Slive wrote:
On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote:
OK - how would I do this?
I'm migrating my mailman server to another computer and I'm changing the
URL and I want to redirect from the old URL to the new one. The old
server has many virtual domains and here
On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote:
> OK - how would I do this?
>
> I'm migrating my mailman server to another computer and I'm changing the
> URL and I want to redirect from the old URL to the new one. The old
> server has many virtual domains and here what I want to do:
>
> http://
OK - how would I do this?
I'm migrating my mailman server to another computer and I'm changing the
URL and I want to redirect from the old URL to the new one. The old
server has many virtual domains and here what I want to do:
http://www.churchofreality.org/mailman/* --->
http://mailman.ch
29 matches
Mail list logo