UK WEB HOSTING | PHP MYSQL HOSTING | CPANEL HOSTING | CPANEL RESELLER HOSTING | VPS HOSTING | WINDOWS VPS HOSTING | SEMI DEDICATED HOSTING | DEDICATED SERVER HOSTING
CHEAP JAVA PHP MYSQL CGI PERL HOSTING SERVICE
LINUX WINDOWS CPANEL WHM PLESK HOSTING PACKAGES
ECOMMERCE HOSTING ASP JSP MSSQL FRONTPAGE HOSTING
CPANEL WHM RESELLER DEDICATED SERVER WEB HOSTING
WEB HOSTING UK | WINDOWS WEB HOSTING | ASP MSSQL HOSTING | CHEAP VPS HOSTING | WEBSITE HOSTING IN UK | BUSINESS WEB HOSTING | PERSONAL WEB SITE HOSTING | CPANEL FANTASTICO HOSTING

PDA

View Full Version : Curious Forum Problem


DPS Computing
31-07-2008, 13:39
Recently I have noticed a problem with the forum (or Firefox 3). Now everytime I log in, it logs me in, redirects me to the home page but shows me as logged out until I click on a forum and then click back to the forums home page.

Its not a critical problem was just wondering if its only me this is happening to or if its happening to other people as well.

Has Firefox 3 broken the forums? :hammering:

Brian
31-07-2008, 15:22
Firefox 3 did the same for me on forums too.
I uninstalled Ff3. Worst release ever IMHO.

Jack
31-07-2008, 17:15
I faced similar problems but when I cleared the cache it worked for me :)

eUK-Martin
31-07-2008, 17:15
Firefox 3 did the same for me on forums too.
I uninstalled Ff3. Worst release ever IMHO.
Glad I have kept myself away from it. :smoke:

DPS Computing
31-07-2008, 17:17
Is it something to do with me saving my password for the forums in Firefox? Don't think I had the problem before that and it fits in with the clearing the cache fixing it?

Brian
31-07-2008, 17:23
Clear the cache and whatnot, test on another profile too with no extensions. I just uninstalled Ff3 as I hate otherthings about it too.

DPS Computing
31-07-2008, 17:25
Clear the cache and whatnot, test on another profile too with no extensions. I just uninstalled Ff3 as I hate otherthings about it too.

Thanks for the tips Brian - will try them now. Do you think i have to clear my saved passwords as well?

flesso
31-07-2008, 18:03
Thanks for bringing this issue up cos I was going to. It happens to me with any browser - its happened to me in IE6, IE7 FF2 and FF3 although if I use the remember me option it works normally after a few refreshes. I thought it would have been something to do with general cookie problems with the problem. :S

Brian
31-07-2008, 18:09
Dont think you have to delete the passwords.

eUKhost.com
31-07-2008, 20:18
don't delete your password as it won't allow you to save it again. clear your cache and cookies once and this should get sorted.

I have similar problem with paypal and it hasn't got sorted even after clearing cache, cookies and removing saved password :(

probably you face such problem when you access a specific website hosting (http://www.eukhost.com/) many times a day.

esnail
31-07-2008, 23:01
Agreed - clear the cache - this has sorted this very problem for me on other forums. FF3 is great in many respects - but simply awful in others. Unfortunately, what I like about it I now can't live without - so I'm stuck. Its a CPU hogger on the mac for one thing - sooooo annoying!!

DPS Computing
01-08-2008, 07:25
Woo, for future reference to anyone else with the problem - clearing the cache seems to work :).

paul
06-08-2008, 14:07
Upgrade your FF to newer version Firefox 3.0.1, you'll have not such problem, it is also more stable & secure.

DPS Computing
06-08-2008, 14:25
Upgrade your FF to newer version Firefox 3.0.1, you'll have not such problem, it is also more stable & secure.

Got auto updates on - I'm using 3.0.1 but unfortunately after a few visits without clearing cache same problem occurs :(.

flesso
06-08-2008, 15:37
Got auto updates on - I'm using 3.0.1 but unfortunately after a few visits without clearing cache same problem occurs :(.

You tried any other browsers?

Ben
07-08-2008, 16:24
Got auto updates on - I'm using 3.0.1 but unfortunately after a few visits without clearing cache same problem occurs :(.

You may want to use Internet Explorer ;)

247h
08-08-2008, 09:33
David, if it helps, I've been using FF3 in Vista without the problems you've encountered — whether this is because I never log out, or whether it's also related to the fact that I use the default vBulletin theme, I'll leave you to comment and/or experiment?

Whilst I'm here and it's relevant to FF3, might I enquire if Ben is going to update his signature file to a) modify/remove a now redundant FF3 banner and b) proof-read the rest to eliminate the spelling mistake?

DPS Computing
10-08-2008, 17:56
You may want to use Internet Explorer ;)

I'm sure you don't want to hear my reply to that ;) - and I do use IE as well sometimes - for example Hotmail will only work properly in IE.

David, if it helps, I've been using FF3 in Vista without the problems you've encountered — whether this is because I never log out, or whether it's also related to the fact that I use the default vBulletin theme, I'll leave you to comment and/or experiment?

Whilst I'm here and it's relevant to FF3, might I enquire if Ben is going to update his signature file to a) modify/remove a now redundant FF3 banner and b) proof-read the rest to eliminate the spelling mistake?

Ah right, I'm using the default theme also but I always log out - I'll try not logging out and see if that helps the situation. Thanks for that Brian :).

Daniel
10-08-2008, 19:51
The problem is, the form is redirecting to http://eukh instead of http://www.eukh

The forum staff need to add the following in .htaccess and the issue should be sorted ;)

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.eukhost.com/forums [NC]
RewriteRule ^(.*)$ http://www.eukhost.com/forums/$1 [R=301,L]

eUKhost.com
10-08-2008, 22:54
The problem is, the form is redirecting to http://eukh instead of http://www.eukh

The forum staff need to add the following in .htaccess and the issue should be sorted ;)

This has been done ;)

Brian
12-08-2008, 05:10
I went to eukhost.com/forums and several times it directed to http://www.eukhost.com/forums//home/eukhost/public_html/forums
I clear my cache with the browser everytime I use it so that wasnt it.

Brian
12-08-2008, 05:47
BTW the page displayed just shows

Page not found

Daniel
12-08-2008, 13:18
Hmm, seems to be set wrong in .htaccess as a full DIR rather than the URL is showing without www protocol.

eUKhost.com
12-08-2008, 13:55
had to make slight change in the .htaccess code.

Earlier it was :-


RewriteCond %{HTTP_HOST} !^www\.eukhost\.com
RewriteRule (.*)$ http://www.eukhost.com/forums/$1 [L,R=301]


now it is :-


RewriteCond %{HTTP_HOST} !^www\.eukhost\.com
RewriteRule ^(.*)$ http://www.eukhost.com/forums/$1 [L,R=301]

WelshTom
12-08-2008, 14:05
I have a similar problem, I have to ensure the "www." is there when logging in, if it's not, I'll login, and it shows me as logged out, until I change the URL to include www, and it works fine.

Brian
14-08-2008, 05:29
I get that problem that I posted on two different PC's now both running Firefox 2.0.0.16.

eUKhost.com
14-08-2008, 14:17
I get that problem that I posted on two different PC's now both running Firefox 2.0.0.16.

not sure how to fix it :(

Tried everything possible and now given to our developers to look into it.

DPS Computing
14-08-2008, 14:30
Hehe, apologies for opening this huge can of worms :p ;).

UK WEB HOSTING | CPANEL/WHM VPS HOSTING | UK DEDICATED HOSTING | PLESK WINDOWS RESELLER HOSTING | ECOMMERCE HOSTING | ADULT HOSTING