Quote:
Originally Posted by koikarma
I'm very new to this stuff but just produced a site in dreamweaver. Its stored om my free virgin media space and I have a domain name pointing to it via forwarding via 123-reg.
The problem i have is when viewing my site the address bar doesn't change as you change pages it remains with the domain name and no indexing to other pages.
|
It sounds to me like you are using the frame option to forward visitors using your domain name to the site. With the frame option, your domain name always appears in the browser's address bar, no matter what page you visit.
With the redirect method, a visitor types your domain name in and arrives at your site with the site's real address appearing on the address bar. Navigation from page to page displays the address of each page.
Back when I owned a domain name that I redirected to pages on say, Geocities, I coded all my internal links on the site as external links to my domain name. E.g:
local link would be to /hamandturkey.html, changed to http://example.com/hamandturkey.html.
The effect would be to arrive at the Geocities site/hamandturkey.html, but it would be indexed by the search engine as example.com/hamandturkey.html, where example.com is my domain.
EDIT:
I read the OP's posting and first response when I posted. My advice is suitable for doing something on the cheap when targeting a small audience, largely by word-of-mouth.
Others have posted valuable information if you want to run a web site the way the big boys do it!
/EDIT
Last edited by L a r r y; 10-25-2009 at 04:50 PM..
Reason: Additional note
|