Redirect Problems

I have been working with a client and trying to figure out what is going on with some redirects that I have. They work fine for me, but not for him. If anyone would be willing to test these links and see what happens, I would appreciate it.

 

Link: mytherapysession.com/waoa

Result: https://mytherapysession.com - should look like Pic A

Link: mytherapysession.com/nbla

Result: https://mytherapysession.com - should look like Pic A

 

What client is getting - Client View pic

 

EDIT: I have this in my .htaccess file:

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond     %{SERVER_PORT} ^80$
RewriteRule     ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

RewriteRule ^nbla/?$ / [L,R,NC]
RewriteRule ^waoa/?$ / [L,R,NC]

Pic A.png · 612.4K · 145 views
Client View.jpeg · 114.5K · 166 views
caredesign.net
Quote · 3 Apr 2014

Working for me.

Geeks, making the world a better place
Quote · 3 Apr 2014

They work for me as well.


Response code tells the story. Your clients computer clock is off. The incorrect clock is invalidating the ssl cert received from your site.

https://www.deanbassett.com
Quote · 3 Apr 2014

Oh yeah, I have an old computer that the battery is dead in.  when I boot the thing and try to use the internet with it, I get all kinds of errors when going to websites over the certificate thing.

Geeks, making the world a better place
Quote · 3 Apr 2014

thanks Deanos and GG - I really appreciate it.

caredesign.net
Quote · 3 Apr 2014

Working for me.

Quote · 3 Apr 2014

Thank you all for checking. I informed the client that his clock may be set incorrectly. He did admit that lately he has been having to set his clock manually when he turns his computer on. I suggested he bring it to the Apple store and have them replace his bios battery. Thanks again.

caredesign.net
Quote · 3 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.