Page 1 of 1

Default web server page - keeps redirecting to admin

Posted: 26 Jan 2011, 18:08
by mc01
Hi Everyone
:?:
Just got this amazing little server today (Bubba 2 Wifi), just have one problem in that if I type the basic webpage e.g. www.?????.co.uk the bubba always redirects to the /admin/ subpage. I can enter /index.htm to get my own homepage, but I guess the Bubba has a default redirect. Any chance anyone can tell me how to allow the target homepage to be /index.htm?

Cheers
Mark

Re: Default web server page - keeps redirecting to admin

Posted: 26 Jan 2011, 18:12
by mc01
Just to add, the problem is browser related. It is fine in Explorer 8, but with Firefox the page always redirects to the /admin page.

Any ideas?
Cheers
Mark

Re: Default web server page - keeps redirecting to admin

Posted: 26 Jan 2011, 18:14
by RandomUsername
From the original index.html (/home/web/index.html):
<!--
If you want to create your own homepage, remove the meta tag below,
This wont affect the usabillity of the admin interface, only that it wont redirect
automatically there
-->
<meta http-equiv="Refresh" content="0; url=/admin">
[EDIT]Although, are you saying you've replaced this file with your own already? Could be a caching problem in Firefox then.

Re: Default web server page - keeps redirecting to admin

Posted: 26 Jan 2011, 18:24
by mc01
Cheers RandomUsername

Sorted after clearing recent history in FF - seems to get hooked on old pages...should have guessed as it's not reloaded (even after reloading) pages a few times recently.

Thanks for the fast answer too :D

Re: Default web server page - keeps redirecting to admin

Posted: 26 Jan 2011, 18:28
by RandomUsername
No probs. I've encountered the problem of FF wanting to hang on to old versions of web pages a few times. Not sure if it's a recognised bug though.