The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Could "Refresh" make my page be labelled as dangerous, and did I do it right?
IAmIdiot
post Feb 14 2020, 12:54 PM
Post #1





Group: Members
Posts: 1
Joined: 14-February 20
Member No.: 27,168



For reasons of speed and site name control, I have reluctantly moved my site content from a free web hosting service to a paid one. But I want people who find a link to or use a bookmarked to my old site, to see the new one instead.

To avoid violating the terms of this forum, by advertising my site name, I have replaced the free hosting service's server with "imaginarysite1.com", and my registered hostname with "imaginarysite2.com".

The old (free) hosting service, which actually used my files on my google drive, somehow caused my pages in the address line of browsers, on bookmarks, and in search engines, to appear to be on "imaginarysite1.com/imaginarysite2.com".

I use a popular paid name registrar (which also happens to run the new hosting service - but they would allow me to change hosting services again if I so desired), because I have twice lost website names, when prior free hosting services closed down. I have already made sure that my registered website name, "imaginarysite2.com", maps directly to the new hosting address, instead of being somehow redirected to "imaginarysite1.com/imaginarysite2.com". Thus, if they use my registered site name, they get to my new pages.

I also replaced all the HTML files in the google drive, which the old hosting service used, to redirect using thR meta tag "Refresh", to the equivalent pages on my new host. E.g., here is "index.html" on the google drive, which the old service uses:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<meta http-equiv="Refresh" content="0; url=http://imaginarysite2.com/index.html">
</head>

<body>

<font face="Trebuchet MS,Sans Serif,Helvetica" size=3><b>

<h2 align="center">
If this page doesn't redirect to <a href="http://imaginarysite2.com/index.html"> imaginarysite2.com/index.html</a>,
click <a href="http://imaginarysite2.com/index.html"> here. </a>
</h2>

</b></font>
</body>
</html>


This works right as far as I can tell, on my PC and phone - though I admit I have reconfigured my browsers in a non-default way.

I try my best to insure that my pages will work correctly with any version of any browser, on any device, and not be blocked by anyone.

Some people say redirects are "dangerous". Is there any chance my old or new page could be labelled "dangerous", by securely configured browsers, search engines, or restricted web services (like child-safe services), causing it to be blocked?

Is there any configuration of any browser on which neither the redirection, nor the alternative link, will work?

Is there anything else I should do to make everything work?

This post has been edited by IAmIdiot: Feb 14 2020, 01:09 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th March 2024 - 11:54 PM