Hi, I have a strange issue that has just appeared when I log in as normal it says hello username wait while we redirect you but instead of logging in it shows me as a guest but if I refresh the page with the address bar it logs me in, same when I log out it shows me still logged in till I refresh the page with the address bar. Any ideas?
Announcement
Collapse
No announcement yet.
Logging in-out problems
Collapse
X
-
You want to make it so when you log in it's always at www.mysite.com or if you prefer without the www.
Create a .htaccess to force one or the other. Here is an example on how to force www:
Code:RewriteEngine on rewritecond %{http_host} ^mysite.com [nc] rewriterule ^(.*)$ http://www.mysite.com/$1 [r=301,nc]
Related Topics
Collapse
-
by DigitalForexHello,
I have some Problems with staying logged in. Please have a look at the attached Video to see that the Login only works if i click on "Remember Me" and I will be logged out...-
Channel: Support Issues & Questions
Wed 24 Sep '14, 3:41am -
Comment