You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Jobes <dj...@xscanners.org> on 2003/05/29 06:10:44 UTC

[users@httpd] redirect

I am try to redirect the following url, but becuase end users have
bookmarked it with cookies, that are still able to get to the site. Is there
a way to force a redirect for a url, even if there is a session id behind
url


http://www.xscanners.org/~Spider   => this works it redirects

http://www.xscanners.org/~Spiders/index.php?sid=#################  = Does
not work
http://www.xscanners.org/~Spiders/viewforum.php?sid=#################  =
Does not work

i have tried the RewriteRules and such, and it does not work, any ideas.

TIA


=========================================
David Jobes - CISSP
web: http://www.xscanners.org
aim: davidjobes31770
email: djobes@xscanners.org


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] redirect

Posted by David Jobes <dj...@xscanners.org>.
Actually never mind, why i never really post any way, it was a typo error in
the .htaccess files and
my mod_perl handler file, but then again it is late, and typos happen.



=========================================
David Jobes - CISSP
web: http://www.xscanners.org
aim: davidjobes31770
email: djobes@xscanners.org

-----Original Message-----
From: WC -Sx- Jones [mailto:lists@insecurity.org]
Sent: Wednesday, May 28, 2003 11:54 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] redirect



On Thursday, May 29, 2003, at 12:10  AM, David Jobes wrote:

> I am try to redirect the following url, but becuase end users have
> bookmarked it with cookies, that are still able to get to the site.
...

Life is like a box of computer parts -- you never know what you might
be able to build.


>
> i have tried the RewriteRules and such, and it does not work, any
> ideas.


Yes, I have lots of ideas...

:)


Maybe this idea:

http://httpd.apache.org/docs/misc/rewriteguide.html

But, maybe not...


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] redirect

Posted by WC -Sx- Jones <li...@insecurity.org>.
On Thursday, May 29, 2003, at 12:10  AM, David Jobes wrote:

> I am try to redirect the following url, but becuase end users have
> bookmarked it with cookies, that are still able to get to the site.
...

Life is like a box of computer parts -- you never know what you might 
be able to build.


>
> i have tried the RewriteRules and such, and it does not work, any 
> ideas.


Yes, I have lots of ideas...

:)


Maybe this idea:

http://httpd.apache.org/docs/misc/rewriteguide.html

But, maybe not...


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] redirect

Posted by Jeff Cohen <su...@gej-it.com>.
Does:
Redirect permanent /~spider http://new.redirection.com/
Work?

Jeff Cohen
Support@GEJ-IT.com
Tel. (416) 917-2324
www.GEJ-IT.com
GEJ-IT Networks!

> -----Original Message-----
> From: David Jobes [mailto:djobes@xscanners.org]
> Sent: Thursday, May 29, 2003 12:11 AM
> To: Users
> Subject: [users@httpd] redirect
> 
> I am try to redirect the following url, but becuase end users have
> bookmarked it with cookies, that are still able to get to the site. Is
there
> a way to force a redirect for a url, even if there is a session id behind
> url
> 
> 
> http://www.xscanners.org/~Spider   => this works it redirects
> 
> http://www.xscanners.org/~Spiders/index.php?sid=#################
> = Does
> not work
> http://www.xscanners.org/~Spiders/viewforum.php?sid=###############
> ##  =
> Does not work
> 
> i have tried the RewriteRules and such, and it does not work, any ideas.
> 
> TIA
> 
> 
> =========================================
> David Jobes - CISSP
> web: http://www.xscanners.org
> aim: davidjobes31770
> email: djobes@xscanners.org
> 
> 
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org