J
jamesyeeoc
Guest
Question: When you created the domain in Plesk, did you use UPPER or lower case letters in the control panel?
Please verify from shell prompt: change directory to the /home/httpd/vhosts/ and at the shell prompt type:
ls
does the domain name actually appear in UPPER or lower case letters ?
If it's in lower case letters, you may want to change the config file to reflect that.
Linux *is* case sensitive, not only for usernames and passwords, but also for directory and filenames!
The best policy is to use lowercase for domain names, usernames, directory names, etc.... less problems that way...
Please verify from shell prompt: change directory to the /home/httpd/vhosts/ and at the shell prompt type:
ls
does the domain name actually appear in UPPER or lower case letters ?
If it's in lower case letters, you may want to change the config file to reflect that.
Linux *is* case sensitive, not only for usernames and passwords, but also for directory and filenames!
The best policy is to use lowercase for domain names, usernames, directory names, etc.... less problems that way...