1
vote
1answer
128 views

Website directory structure regarding subdomains, www, and “global” content

I am trying to make a homemade HTTP server. It occurs to me, though, I never fully understood what you might call "relativity" among web pages. I have come across that www. is a subdomain, and I ...
1
vote
1answer
145 views

.htaccess Forward all mail subdomains to /webmail/

I would like to write a .htaccess rewrite command that takes any url with a subdomain mail and forwards them to whatever domain included that subdomain with /webmail at the end. e.g. mail.zane.com ...
0
votes
0answers
15 views

SEO Pros and cons of having your blog in a subdirectory or subdomain [duplicate]

Possible Duplicate: Subdomain versus subdirectory From an SEO point of view is it better to have your blog running as part of your site (ie. /blog) so that it will be generating more ...
2
votes
1answer
150 views

show content on domain.com from a sub directory

I have a domain that looks like domain.com on the server files look like: <www> <mydirectory> <otherstuff> <asubdomain> index.html .htaccess ok, so when you open the ...
11
votes
6answers
2k views

Why should I use a subdomain structure over a directory structure?

I want to do blog.mysite.com but i know it will negatively impact my PR with Google. When is it preferable to structure your site like that vs mysite.com/blog? Is it only for the benefit of PR?