Why am I being re-directed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am VERY new to front Page, having just installed it today. I am using (or trying to) it to update a website I created many years ago from Web Studio. So, I published the site to my hard drive so I could make some changes (hyperlinks, pics, etc.) but now when I want to preview thru Front Page, I am getting the page is not available; detect network settings, etc

And, even worse, when I try to view the site thru IE 6.0 (the old version since I never actually changed it yet), I am now unable to view it. I spoke with my web host (Bellsouth) who says THEY can see it but I am being re-directed to the following (www.sassybridal.com/Sassy_Bridal_x.html) when I type in www.sassybridal.com as a result of some code I enteered in Front Page. But, I have no memory of entering any such re-direct code (wouldn't even know how to it in the first place!)

Can someone help me, please??
 
I can't see FP add this type of code, however open your home page in FP,
switch to Code View and remove the following:

<SCRIPT LANGUAGE="JavaScript">
<!--
window.onerror = null;

manufacturer = navigator.appName;
versionnum = parseFloat(navigator.appVersion);

if (manufacturer.indexOf('Netscape') >= 0 && versionnum >= 4.0)
location.href = 'Sassy_Bridal_x.html';

if (manufacturer.indexOf('Microsoft') >= 0 && versionnum >= 4.0)
location.href = 'Sassy_Bridal_x.html';


//-->
</SCRIPT>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Marcy said:
I am VERY new to front Page, having just installed it today. I am using
(or trying to) it to update a website I created many years ago from Web
Studio. So, I published the site to my hard drive so I could make some
changes (hyperlinks, pics, etc.) but now when I want to preview thru Front
Page, I am getting the page is not available; detect network settings, etc.
And, even worse, when I try to view the site thru IE 6.0 (the old version
since I never actually changed it yet), I am now unable to view it. I spoke
with my web host (Bellsouth) who says THEY can see it but I am being
re-directed to the following (www.sassybridal.com/Sassy_Bridal_x.html) when
I type in www.sassybridal.com as a result of some code I enteered in Front
Page. But, I have no memory of entering any such re-direct code (wouldn't
even know how to it in the first place!).
 
Thanks for the help, Tom...but I am still at square one. I have even gone so far as to delete the copy on my hard drive and un-install Front Page. And, yet, I still get the same message in the status bar:
opening page www.sassybridal.com/Sassy_Bridal_x.html whe
I type in www.sassybridal.com

What else can I do? I now have Front Page un-installed after removing the code you recommended didn't solve the problem and so, alas..

I REALLY look forward to yours and any other kind soul's reply.
By the way, can you open my site? www.sassybridal.co

Thanks in advance

----- Thomas A. Rowe wrote: ----

I can't see FP add this type of code, however open your home page in FP
switch to Code View and remove the following

<SCRIPT LANGUAGE="JavaScript"><!-
window.onerror = null

manufacturer = navigator.appName
versionnum = parseFloat(navigator.appVersion)

if (manufacturer.indexOf('Netscape') >= 0 && versionnum >= 4.0
location.href = 'Sassy_Bridal_x.html'

if (manufacturer.indexOf('Microsoft') >= 0 && versionnum >= 4.0
location.href = 'Sassy_Bridal_x.html'


//--></SCRIPT

--

=============================================
Thomas A. Rowe (Microsoft MVP - FrontPage
WEBMASTER Resources(tm
http://www.ycoln-resources.co
FrontPage Resources, Forums, WebCircle
MS KB Quick Links, etc
=============================================
To assist you in getting the best answers for FrontPage support see
http://www.net-sites.com/sitebuilder/newsgroups.as

Marcy said:
I am VERY new to front Page, having just installed it today. I am usin
(or trying to) it to update a website I created many years ago from We
Studio. So, I published the site to my hard drive so I could make som
changes (hyperlinks, pics, etc.) but now when I want to preview thru Fron
Page, I am getting the page is not available; detect network settings, etcsince I never actually changed it yet), I am now unable to view it. I spok
with my web host (Bellsouth) who says THEY can see it but I am bein
re-directed to the following (www.sassybridal.com/Sassy_Bridal_x.html) whe
I type in www.sassybridal.com as a result of some code I enteered in Fron
Page. But, I have no memory of entering any such re-direct code (wouldn'
even know how to it in the first place!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top