Russ
Well-known member
Hello ,
I have a development website up and running, and for the first time I'm having issues on the admin panel. I've had other installations of XF running on the same hosting and haven't had issues.
Shared Hosting(Simple reseller)
I've tried the htaccess I think Andy ran into a similar problem, I have friendly urls enabled, and this part in my htaccess to make sure the www isn't an issue:
snippit:
Of course my domain with the correct path.
Heath check passes fine, when I am logged out of the admin screen, I'll go to another tab, pull up the site and will still be logged in fine on the site.
The log outs are completely random, I'll be working on templates, next click BAM, logged out, I usually have to log back in 3 times for the admin panel to even open again(it just refreshes the login page a few times usually).
Thanks ahead of time, didn't want to piggy back off that thread here
I have a development website up and running, and for the first time I'm having issues on the admin panel. I've had other installations of XF running on the same hosting and haven't had issues.
Shared Hosting(Simple reseller)
I've tried the htaccess I think Andy ran into a similar problem, I have friendly urls enabled, and this part in my htaccess to make sure the www isn't an issue:
snippit:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^website\.com$
RewriteRule ^(.*)$ http://website.com/$1 [R=301,L]
# If you are having problems with the rewrite rules, remove the "#" from the
Of course my domain with the correct path.
Heath check passes fine, when I am logged out of the admin screen, I'll go to another tab, pull up the site and will still be logged in fine on the site.
The log outs are completely random, I'll be working on templates, next click BAM, logged out, I usually have to log back in 3 times for the admin panel to even open again(it just refreshes the login page a few times usually).
Thanks ahead of time, didn't want to piggy back off that thread here