Hi there,
I have a unique scenario. I use WordPress as my site CMS, which creates virtual sub directories with Mod_Rewrite enabled.
meaning, http://www.site.com/work/ is a valid url, even though the folder "work’ doesn’t really exist as a folder in my directory.
Well, I am wanting to setup a subdomain at http://blog.site.com. When someone visits this, I want to do 2 things.
-
Forward them to http://blog.site.com/thoughts
-
Have the content for that URL being pulled from http://www.site.com/thoughts/
When I say “being pulled from”, I mean I have used sub-dir remapping with dreamhost for subdomains like blah.site.com to pull its content on the server from /blah.com/whatever
What actions can I take to accomplish those 2 items above? I don’t want to have to duplicate files/code, I would rather just point to the proper directories like I did for the sub-dir remapping.
Is that possible. Sorry if its confusing.
Thanks