all pages refresh to home page

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

Guest

no matter what page on my website that I refresh, it
always refreshes back to the home page. How do I give
each page it's own recognized name? I'm very new at this,
can anyone help me? What am I not doing?
 
URL ?

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
You have your site loading within a frameset. You need to get rid of the
frames.

<HTML>
<HEAD>
<META NAME="forwarder" CONTENT="forward.000domains.com">
<TITLE>Untitled</TITLE>
<META NAME="Keywords" CONTENT="calvary bible, manzanita, oregon, bible,
church">
<META NAME="Description" CONTENT="Welcome to Calvary Bible Church in
Manzanita Oregon!">
</HEAD>
<FRAMESET ROWS="100%,*" FRAMESPACING="0" BORDER="0">
<FRAME FRAMEBORDER="0"
NAME="1075156162"
SRC="http://calvarybible.sistitches.com"
NORESIZE="1">
<NOFRAMES>
<BODY>
<H1>calvarybible.us</H1><BR>
<P>
<P>Welcome to Calvary Bible Church in Manzanita Oregon!</P>

</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
This is because you are using a re-direct services.

Whereas your subdomain below allows each page to be refreshed correctly:
http://calvarybible.sistitches.com/

What you need to is move your domain to web hosting service.

--

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

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

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

Similar Threads

refresh 1
Refresh A Page 1
web pages won't refresh to show changes 3
Frames Page 2
refresh and not revert to home page 3
Refresh 6
Automatically view refreshed web pages 1
IE browser 'refresh' to top of page? 5

Back
Top