Quote:
|
The easiest way to do this is to use PHP. Does the host you use support PHP. If so, you will have to rename your page with a php extension. For example, instead of store.html it would become store.php. If your host does support PHP put this chunk of code all the way at the top of your document (first line).
|
If you are hosted on Apache an even easier way is to use .htaccess.
You can redirect without renaming files. very important if search engines need to be taken into consideration.
You can also set your htm(l) pages to run as PHP without changing the file extensions.
And be aware the the "chunk of code" will send a 302 response which is a temporary redirect, NOT a permanent redirect (301) that you actually need.
Quote:
|
So how can I format my site with a header and links and have the content links open up neatly in the same site without using frames?
|
Server side includes, and the subject has been covered many time in the forums.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|