Forum Moderators: open

Message Too Old, No Replies

Subdomain Showing Cache Not New Pages

         

Keelan Balderson

5:09 pm on Jul 4, 2007 (gmt 0)

10+ Year Member



Hey guys, I've just set up my first sub domain and am aiming to make it a separate site. When going to the url www.example.com it shows it as its own website not my other sites sub folder. Although you can still access it via my other site example2.com/subfolder (Hope I've explained correctly)

My problem is when I update pages via ftp (I upload it to the subfolder not through its own ftp address) and then visit the site on its own address I have to refresh it for the new pages and updates to show. Its like it cached it or something.

How do I get around this issue? The site hasn't launched yet but I want it to be perfect.

Also are there any possible problems I might have running it as a separate site from an seo standpoint?

Thanks in advance.

bill

1:18 am on Jul 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm not sure I completely understand you here. A subdomain uses a format like this:
[b]subdomain1[/b].example.com
[b]subdomain2[/b].example.com

etc.

Sometimes a hosting company will have another alias by which you can reach the site via the server's URL, but that doesn't sound like what you're talking about.

It's very possible you have an ISP that caches information for you. This is quite common. Many people who access your site will have similar proxy caches storing your site's info. If you want the user's browser to fetch the page anew from the server each time they visit it you could try these meta tags:

<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">

Keelan Balderson

10:35 am on Jul 5, 2007 (gmt 0)

10+ Year Member



Thanks, I will give it a go,
I think I may have worded it wrong, its an addon domain, that allows a domain to point to a specific folder but act as a totally new site.

bill

2:33 am on Jul 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That just sounds like the terminology your host uses. You're either dealing with a domain or a sub-domain. How it works on the back end won't impact the site visitor.

Keelan Balderson

3:58 pm on Jul 6, 2007 (gmt 0)

10+ Year Member



will it impact how the site is indexed?

Keelan Balderson

2:30 pm on Jul 10, 2007 (gmt 0)

10+ Year Member



Bump, I really need an answer to this as it seems the site is still not indexed by google even though their are two links to it from my other sites that get spidered daily.

Surely it will act as a completely new site to the search engines if there are no links to the sub folder it actually resides in, how could they find it?

penders

4:29 pm on Jul 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



...the site is still not indexed by google even though their are two links to it from my other sites that get spidered daily.

I think it will just take more time - for a new site to appear in the search results - despite it possibly having already been crawled by G. Presumably your two links are to the new FQDN and not just the sub directory...? And also, that is only two links.

How long has it been?

bill

10:28 am on Jul 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Surely it will act as a completely new site to the search engines if there are no links to the sub folder it actually resides in, how could they find it?

Which is it? A sub-domain or a sub-folder?

Keelan Balderson

10:10 pm on Jul 12, 2007 (gmt 0)

10+ Year Member



lol thats what I'm still trying to define.
It resides in a sub folder and you can get to it via site.othersite.com and othersite.com/site
but also just site.com (which is what I want)

I've noticed that it is now in Yahoo

Maybe I just need to wait.

penders

12:36 am on Jul 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It resides in a sub folder and you can get to it via site.othersite.com and othersite.com/site
but also just site.com

That's quite usual, but bare in mind that if you access the site by the subdomain (site.othersite.com) or by your add on domain (site.com) then the webroot of your site will be the sub folder (which is, I assume, what you require). If you access it via the plain old 'sub folder', then the webroot is still 1 folder up. (In terms of paths to scripts, stylesheets and images etc.)