Dear all, I have a problem as follows: I've already create a 'Subdomain for website', like this: Host: jerry Domain: mydomain.com Redirect Type: R Redirect Path: /jerry.mydomain.com/ Next, I've created FTP user "jerry", then success with login name 'jerryjerry' Then, I upload a php application called 'Rapidleech' in the folder web/rapidleech (/ var / www / clients / client2 / web2 / web / rapidleech /) But problem to execute in Firefox browser, error if I enter url address like this: http://jerry.mydomain.com/web/rapidleech/index.php -> Error 404 http://mydomain.com/jerry/web/rapidleech/index.php -> same error. Am I doing wrong.. how? Please help, thanks in advance.
The redirect path setup makes not much sense as you have a folder rapidleech and not a folder jerry.mydomain.com. If a subdomain shall get its own folder, then better create a new website for it as described in the manual. Click on new website, enter jerry.mydomain.com in the domain field, press save. Then create a ftp user for this new website and upload the files that you want to show into the web folder of this site.
So.. if I create a new website, and then subdomain that was already done is still needed, or should I removed?