Unfortunately, I'm still getting redirect with the arguments I pass in
the URL.
How about using RewriteRule (mod_rewrite) like the following:
RewriteEngine On
RewriteRule ^/.*$ http://www.yourdomain.com [R=301,L]
severin
Matus UHLAR - fantomas wrote:
On 30.06.08 14:29, Sylvain Violl
Hi Matus,
thaznks for your answer. I've try to use :
RedirectMatch /.* http://www.mydomain.com
Unfortunately, I'm still getting redirect with the arguments I pass in
the URL.
Thanks,
Matus UHLAR - fantomas wrote:
On 30.06.08 14:29, Sylvain Viollat wrote:
Thanks for your answer
Thanks for your answer. I've try to use Redirect instead of
RedirectMatch but result is the same. I'm still getting redirect with
the end of the URL.
Eric Covener wrote:
On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat <[EMAIL PROTECTED]> wrote:
RedirectMatch
Hello,
anyone got an idea about how to do this ?
Thanks
--- Begin Message ---
Hi,
I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to
http://www.mydomain.com/. I've added the following line in
www.mydomain.net VirtualHost :
RedirectMatch permanent / http://www.mydomain
Hi,
I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to
http://www.mydomain.com/. I've added the following line in
www.mydomain.net VirtualHost :
RedirectMatch permanent / http://www.mydomain.com
The problem is that all queries which contain something after the .net/
(eg
.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
>
> Try:
> SetEnvIf User-Agent "(.*)Googlebot(.*)" SESSION_USE_TRANS_SID=0
>
> solprovider
>
> WARNING: Code was written freehand, is completely untested, and may
> cause catastrophic failures. Use
Hello,
does anyone know how to manage this ? Or maybe one of you know how to solve
this session problem with googlebot ?
Thanks for your help !
Original Message
Subject: [EMAIL PROTECTED] SetEnvIf & SESSION_USE_TRANS_SID=0
Date: Mon, 22 Oct 2007 12:39:13 +0200
From: Syl
Hello!
first at all, I'm sorry for my english, I'll do my best :-)
We have a website which works with session.use_trans_sid set to On. Everything
works just fine, but when googlebot comes on the website and does its job, it's
also getting the php's session id in the URL. I've search a lot abou