I'am developing a small CMS where a user can create his own website, and i want to allow the user to specify a domain so that his website is run under his domain. I am using the foreign domain routing to achieve this, so to test it out I created a cname for the domain "agilisweb.net" with a alias of "www" and pointing to "agilisweb.com" (where the CMS is hosted.)
When I access the website through a subdomain (one example is innku.agilisweb.com) the website runs fine, but when i try to access it through the foreign domain (in this case www.agilisweb.net or agilisweb.net) I get a "Application Error"
thanks in advance.