I'm needing a solution like DP's Domain Parking Redirects (in Marketplace -> Domain): Basically, I have a web app - www.mydomain.com/webapp/, with folders: www.mydomain.com/webapp/folder1 www.mydomain.com/webapp/folder2 www.mydomain.com/webapp/folder3 Now I want to use these custom domains to access: acustom.com -> www.mydomain.com/webapp/folder1 otherdomain.com -> www.mydomain.com/webapp/folder2 somedomain.com -> www.mydomain.com/webapp/folder3 I knew I need to create CName records & point to mydomain.com. But now I don't know how to configure my server to resolve these custom domains then assign to the right folder. Please help me, thanks
Hello, Did you try using the Addon-domain type as an option. www.mydomain.com/webapp/, will have a document root. Like /home/username/public_html/..... /webapp/ Now when you add the other domains as addons do the following. in the document root part use the above path and add the folder* paths also. This is pretty easy in cPanel. https://documentation.cpanel.net/display/ALD/Addon+Domains ***Enter the directory that you wish to contain the addon domain’s files in the document root text box.