301 url redirection not working in ie.

Author Message

manoj sharma

Monday 13 July 2009 12:37:13 am

hi guyz..

my problem is that when i try to mysite.com in firefox it redirects me to http://www.mysite.com, but when i try the same thing in ie, it takes me to yahoo search.

in my .htaccess file i have used

RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite..com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]

but not working in ie. it still takes me to the yahoo search page.

how can i resolve this issue?

Thanks & Regards,
Manoj Sharma

Max Keil

Wednesday 15 July 2009 2:46:39 am

Hi Manoj,

we use this to redirect our requests! It works everywhere.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www|nocache)\.all2e\.com$
RewriteRule ^(.*)$ http://www.all2e.com/$1 [L,R=301]

Mit freundlichen Grüßen
Best regards

Max Keil

____________________________________________________________
eZ Publish Gold Partner - http://www.all2e.com
http://ez.no/partners/worldwide_partners/all2e_gmbh

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:14:26
Script start
Timing: Jan 18 2025 19:14:26
Module start 'layout'
Timing: Jan 18 2025 19:14:26
Module start 'content'
Timing: Jan 18 2025 19:14:26
Module end 'content'
Timing: Jan 18 2025 19:14:26
Script end

Main resources:

Total runtime0.0197 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 587.9297152.6250
Module start 'layout' 0.00710.0034 740.554739.4453
Module start 'content' 0.01050.0070 780.000089.3047
Module end 'content' 0.01750.0022 869.304730.3047
Script end 0.0197  899.6094 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002713.7521140.0002
Check MTime0.00136.3762140.0001
Mysql Total
Database connection0.00157.650710.0015
Mysqli_queries0.003115.581030.0010
Looping result0.00000.111410.0000
Template Total0.00189.210.0018
Template load0.00104.842710.0010
Template processing0.00094.354910.0009
Override
Cache load0.00073.361210.0007
General
dbfile0.00167.931580.0002
String conversion0.00000.049640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs