When Creating An Account In WHM/cpanel, Is "www." Necessary
Jan 12, 2007
Do you have to enter "www.url.com" or can you just put "url.com" as the domain that you're creating?
Reason I ask is because I always only put "url.com" but for some reason one of the sites I'm hosting can only be viewed when I point my browser to "url.com"... because when I point it to "www.url.com" I get "page does not exist."
It's strange because this only happens from my home computer, not my work computer which shows the site fine at either address.
View 7 Replies
Jan 17, 2008
I have done the following guides below but I cant connect my ftp account. And i dont know my directory to public html
I would like to create an account for my staff but im quite novice of this and i dont know the directories name
Create a FTP user group. eg: ftpaccounts
#/usr/sbin/groupadd ftpaccounts
Add a new user to this group, and set the default path of that user to /home/user/.
#/usr/sbin/adduser -g ftpaccounts -d /home/user/ testuser
Set a password for the newley created user.
#passwd testuser
Set ownership of /home/user to the testuser and ftpaccounts.
#chown testuser:ftpaccounts /home/user
Give Read/Write access to testuser and all members in ftpaccounts
#chmod 775 /home/user
Edit /etc/vsftpd/vsftpd.conf file and make sure 'local_enable=YES' is uncommented.
Restart the vsftpd service.
#/etc/init.d/vsftpd restart
View 2 Replies
View Related
Apr 24, 2009
Do i have to have full root access to create a SSL certificate, it seems if not i have to pay my the host $10 to have it setup for me!
View 1 Replies
View Related
May 27, 2008
I have a dedicated server with no control panel. I have a main, root FTP account. But now I'd like to create an FTP account with access to just one folder.
For example, I want the FTP account to only be able to view and upload files only to "mysite.com/special/upload"
It would also be nice if the new FTP user could only modify/delete the files that he uploaded.
View 2 Replies
View Related
Oct 27, 2009
We are using WHMCS with Plesk 9.2 which was working all perfect but from last few days when ever we click on "CREATE" hosting account module in WHMCS it gives us the following message.
Module Command Error
CURL Error: 28 - Operation timed out after 100 seconds with 0 bytes received
we tried to contact WHMCS support and they says its related to Plesk and parallels say its related to WHMCS now i am stuck between these 2 companies!
View 9 Replies
View Related
Nov 25, 2007
how i can create a reseller account on my new dedicated server? i am using c-Panel/WHM for my control panel
View 2 Replies
View Related
Jul 14, 2015
My panel suddenly stop works to create databases from client account.This error shows:
Internal error.
PHP Notice: Undefined variable: dbType
From admin account there is no problem to create databases.I`ve run bootstrap.sh repair successfully but still not working.Plesk 12.0.18 #55 Ubuntu Linux 10.04
View 2 Replies
View Related
Jul 30, 2014
When I create a webspace for the main account holder (web host) , I get the following error when I click on "Manage Hosting" ?
ERROR: Call to a member function getDomainId() on a non-object (AccountController.php:77)
View 3 Replies
View Related
Nov 14, 2008
Script Auto Remove account Cpanel - if account inactive ?
View 5 Replies
View Related
Oct 6, 2007
When creating cPanel shared accounts under a VPS account, do you create them under the root WHM or do you create a "ficticious" reseller account and place the shared accounts under the reseller WHM? Are there any advantages or disadvantages using either method?
View 4 Replies
View Related
Jul 27, 2008
I noticed there is always notification to user account mail with account info but on all my servers on different networks notification comes only to server mail.How do i enable that?Do i need to install tweak to whm/cpanel?
View 7 Replies
View Related
Oct 28, 2009
As the title says.. can anyone guide me on how I could do this?
View 4 Replies
View Related
May 10, 2007
I am doing a FRESH install of Fedora Core 6 onto a brand new server. I have 2 questions about partitions on there..
1. Should all the partitions (/home, /backup, /var etc..) be of file system type "ext3?" I could not find any documentation on this anywhere.
2. A question about about LVM (Logical Volume Management). Are you supposed to create a different LVM for each partition? Or just for /tmp?
View 2 Replies
View Related