
timkah
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
Comments
Recent activity by timkah-
Unfortunately PHPMyAdmin not having any API. It's just a graphic user interface written in PHP to manage your MySQL server. You can try a remote DB connection.
-
He wants to manage the email accounts on server A while they are hosted on server B so it's a bit more complex :) Oh, I can see now, for that purpose custom module/plugin is required on the Main...
-
Do you want to host emails and website on different cPanel servers? It is quite easy. 1 - Set domain nameservers to email server (Or you can use 3rd party DNS services) 2 - Update A record on the ...
-
Hi, I want to delete the backup of my site from the past weeks, but I am facing an "read-only" error. Thank you for your guidance Clearly looks like you are having a file permission issue. Throu...
-
You can uncomment upload_tmp_dir and set a path for it upload_tmp_dir = /home/user/tmp
-
Most probably .htaccess file was not copied from the old server, check your .htaccess file and root domain address in your website settings.
-
Normally this error comes up due to a DB access problem, make sure you enter the correct server address, username, and password in your PHP connection file, and also make sure your DB server firewa...
-
PHP and Perl - PHP is way easy and fast to implement.
-
Change your autoSSL setting from Sectigo to Lets' Encrypt and it'll solve the issue. These days people having problems with cPanel AutoSSL default settings.
-
You can move away website by taking database and files backup separately. Before uploading database to new server replace the old website details with new website details (URL, server directory, et...