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]