Compatibility issue with Safari and 301 Redirect:

Alles, was den Apache betrifft, kann hier besprochen werden.

Compatibility issue with Safari and 301 Redirect:

Postby gtepp1981 » 04. September 2008 18:46

We have realized a problem lately with our .htaccess file. Since we implemented the non-www to www redirect, we realized whenever we do a product search on our website using a safari web browser we get a result of the maximum possible results, but we cannot page through the results. We only see the first eight products and cannot do anything else. We remove the .htaccess file and it works correctly.



We do not want to stop using this re-direct as we feel it is important for SEO purposes.



We do not have a problem with Firefox or IE.



Have you ever heard of this problem before? You can view our website at:



http://www.kichler.com



The contents of our .htaccess file is simple:



RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.kichler\.com$

RewriteRule (.*) http://www.kichler.com/$1 [R=301,L]



Any help that anyone could offer would be greatly appreciated.

Thanks,
gtepp1981
 
Posts: 1
Joined: 04. September 2008 18:44
Location: Cleveland, Ohio

Postby glitzi85 » 08. September 2008 22:20

As i have not too much knowledge about JS, i just can guess, but it looks like this could be the source:

Code: Select all
onclick="javascript:postSortDirection('portlet_search', 'searchForm', 'class com.kichler.services.product.Product.pager', 'descending');"


For me this looks like the class should be loaded from kichler.com and not from www.kichler.com. Could you try something like:

Code: Select all
onclick="javascript:postSortDirection('portlet_search', 'searchForm', 'class com.kichler.www.services.product.Product.pager', 'descending');"



glitzi
User avatar
glitzi85
 
Posts: 1920
Joined: 05. March 2004 23:26
Location: Dahoim


Return to Apache

Who is online

Users browsing this forum: No registered users and 32 guests