Hi, I've the following domain: www.xtarafa.cat And also I've an static app under xtarafa/webapps/htdocs/xtarafacat How can I point the domain to that subdirectory? Thanks ! Xavi asked 17 Sep '13, 17:10 xtarafa |
Create a symbolic link application via our control panel, using Then, assign the symlink app to the root of your site, again via our control panel. Hope that helps! answered 17 Sep '13, 19:04 seanf Isn't posible to has more than one donain and website inside a single htdocs static application?
(18 Sep '13, 15:32)
xtarafa
Sure, it's possible. For your example, you would use our control panel to make a site that serves your htdocs application on your www.xtarafa.cat subdomain, and then put the following in
But why would you want to? The extra htaccess directives incur a performance hit on your site, and running another static/cgi/app or a symlink app doesn't really count towards your RAM, storage, or bandwidth quotas. It's much easier to think of ~/webapps as your web root and then create applications for each thing that you want to serve.
(18 Sep '13, 16:13)
seanf
|