Can a domain be pointed at a subpage within a site? I would want to do it without domain forwarding. Such as subdomain.domain1.com is also domain2.com - how would i do this?
You can use an .htaccess like to make a file the homepage, like instead of index.html being the homepage you can set it up to be home.php or whatever you wanted. As far as setting it up to be a subdomain, ummm no I don't think that's possible without a redirect. You can use a 301 redirect though, theirs no SE penalties.