Forum Moderators: phranque
The server containing W1 has a folder "/website_two" (/W2) on it with its own index.html therefore, (potentially) giving me two independent websites on the same server. (I get four additional domain names free with my host package).
I would like to use content from W1 on W2 but don’t want to create extra pages.
I need to (example) use the URL of W2 and have it pick up a page from W1 (which it already does) but change the CSS and images by picking up new ones from /W2 on W2 (but also maintaining the integrity of the original page on W1 so it can still be used on W1)
Sound complicated? Does that make sense? It's probably harder to explain than it is to read!
Sorry to be so complicated (If anyone can help me please do so)
Thanks
It sounds like you will want to be careful of duplicate content issues. If you're using verbatim content but only changing the design then that could be a problem. The SEs can penalize you for that.
If you were serving up your content from a database (like a blog or CMS platform) then it would be possible to output the same data into multiple folders on your server simultaneously.