HTML query - NLC
HTML query - NLC
Got a query with regards to using an ICO file as in
ink rel="SHORTCUT ICON" href="http://www.delands.force9.co.uk/SE.ico"
it works when using http://www.delands.force9.co.uk
however when using http://www.scottish-elises.org.uk it doesn't. This address has cloaked redirection to the delands site.
Response from people that look after the redirection:
caused of this was html code. So you've to debug this code and upload that file to solve the problem.
My HTML aint that good and I cant see any reference to problems on the www. Anyone here with the know how?
ink rel="SHORTCUT ICON" href="http://www.delands.force9.co.uk/SE.ico"
it works when using http://www.delands.force9.co.uk
however when using http://www.scottish-elises.org.uk it doesn't. This address has cloaked redirection to the delands site.
Response from people that look after the redirection:
caused of this was html code. So you've to debug this code and upload that file to solve the problem.
My HTML aint that good and I cant see any reference to problems on the www. Anyone here with the know how?
DEL
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback
Re: HTML query - NLC
Hard to explain what you have done, but it's because you are stuffing one domain inside another domains frameset (I think).delands wrote:Got a query with regards to using an ICO file as in
ink rel="SHORTCUT ICON" href="http://www.delands.force9.co.uk/SE.ico"
it works when using http://www.delands.force9.co.uk
however when using http://www.scottish-elises.org.uk it doesn't. This address has cloaked redirection to the delands site.
Response from people that look after the redirection:
caused of this was html code. So you've to debug this code and upload that file to solve the problem.
My HTML aint that good and I cant see any reference to problems on the www. Anyone here with the know how?
Make sure your FAVICON.ICO file is uploaded to both domains root folders and it will work a treat.
In otherwords make sure the following exists:
http://www.scottish-elises.org.uk/SE.ico (It doesnt).
Lotus Elise 111R - Chrome Orange, can't drive it for sh*t spec!
Jaguar XKR 4.0 Supercharged, neglected spec. SOLD!
7 seater Renault Grand Scenic 57 plate, 1.9 DCI <B>(Boring as feck spec)</B>
Forde Freda Campervan!
http://www.LotusEliseR.com
Jaguar XKR 4.0 Supercharged, neglected spec. SOLD!
7 seater Renault Grand Scenic 57 plate, 1.9 DCI <B>(Boring as feck spec)</B>
Forde Freda Campervan!

http://www.LotusEliseR.com
Re: HTML query - NLC
Also, no HTML is required to display the FAVICON.ICO file in the address bar, it's automatically included (at least in IE).delands wrote:Got a query with regards to using an ICO file as in
ink rel="SHORTCUT ICON" href="http://www.delands.force9.co.uk/SE.ico"
it works when using http://www.delands.force9.co.uk
however when using http://www.scottish-elises.org.uk it doesn't. This address has cloaked redirection to the delands site.
Response from people that look after the redirection:
caused of this was html code. So you've to debug this code and upload that file to solve the problem.
My HTML aint that good and I cant see any reference to problems on the www. Anyone here with the know how?
G.
Lotus Elise 111R - Chrome Orange, can't drive it for sh*t spec!
Jaguar XKR 4.0 Supercharged, neglected spec. SOLD!
7 seater Renault Grand Scenic 57 plate, 1.9 DCI <B>(Boring as feck spec)</B>
Forde Freda Campervan!
http://www.LotusEliseR.com
Jaguar XKR 4.0 Supercharged, neglected spec. SOLD!
7 seater Renault Grand Scenic 57 plate, 1.9 DCI <B>(Boring as feck spec)</B>
Forde Freda Campervan!

http://www.LotusEliseR.com
scottish-elises.org.uk is just a registered domain name with no html.
When anyone types it in they are discretely redirected to delands.force9.co.uk
All the HTML is held at delands.
The SE.ico file is held in root directory at delands.
I am sure if I didnt code the link line even though the ico file was in root, it still didnt show.
When anyone types it in they are discretely redirected to delands.force9.co.uk
All the HTML is held at delands.
The SE.ico file is held in root directory at delands.
I am sure if I didnt code the link line even though the ico file was in root, it still didnt show.
DEL
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback
Don't think that's right del, the top page of your site has teh following code:delands wrote:All the HTML is held at delands.
Code: Select all
<HTML>
<HEAD><META></HEAD>
<FRAMESET>
<FRAME>
<FRAME>
</FRAMESET>
<NOFRAMES>
<BODY>
<P><A>Click here to continue</A></P>
</BODY>
</NOFRAMES>
</HTML>
Dunno why that's happening but some of that code is being stripped out. Anyway to see what I mean go to http://www.scottish-elises.org.uk and select "View source" or "view page source" from the toolbar on IE/Firefox/whatever and you'll see it.
Looks like you've got domain forwarding rather than full blown domain hosting
e.g.
http://www.scottish-elises.org.uk/what% ... e%20do.htm
doesn't work
but
http://www.delands.force9.co.uk/what%20do%20we%20do.htm
does
Looks like you've got domain forwarding rather than full blown domain hosting
e.g.
http://www.scottish-elises.org.uk/what% ... e%20do.htm
doesn't work
but
http://www.delands.force9.co.uk/what%20do%20we%20do.htm
does
Think Easyspace call it redirecting.
However, I will speak to them and let them know that the HTML is being stripped when redirection is being applied. It's never been an issue before but now I am doing something very petty it's bugging me!
However, I will speak to them and let them know that the HTML is being stripped when redirection is being applied. It's never been an issue before but now I am doing something very petty it's bugging me!
DEL
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback
2020 Lotus Elise - Rob Walker Heritage Edition
2022 Hyundia i10 N-Line
2019 DS3 Crossback