sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
Have you read through the documentation at: 1:1 NAT - Version 68 Documentation - cPanel Documentation I'm not sure if that's exactly what you are looking for or not.
-
The .htaccess file is read by the Apache user - nobody - so if the file is owned by user, then the others bit would also have to have read permissions. HTML files and any non-PHP (or CGI) script h...
-
Have you contacted CloudLinux about this? These message should be going to root but for some reason they are going to root@localhost for you. I don't know where that is configured. What is the c...
-
If you send yourself a test message, do you receive it? From the same server, on the command line run: echo test | mail -s test root
-
What is the contents of the /root/.forward file? cat /root/.forward
-
What kind of CSV file is it? CSV is an agnostic type of dump file. It therefore can't be imported unless the entity you are importing it into is matched up the same way as the source of the dump....
-
Log into your WHM, click on Tweak Settings, look for the Domains section. Is the option Restrict document roots to public_html on or off?
-
What version of cPanel are you using? Do you have root access to this server? Or are you just a cPanel user?
-
The home directories for these two subdomains are /home/exampleuser/public_html/drive and /home/exampleuser/public_html/manage These are called DocumentRoots. That will help with terminology bett...
-
That's to be expected. cPanel began packaging their own cURL some time ago and built the PHP curl library out of that. So in order to use the PHP curl library for EA4, you have to have the cPanel...