cPanel is a Linux-based web hosting control panel that provides graphical interface and automation tools to simplify website and server management for website owners and web hosting providers. It offers a range of features such as email and file management, backup and restoration, security, and domain management. Only PROGRAMMING related questions are on-topic. General configuration questions are off-topic.
Questions tagged [cpanel]
5342 questions
8
votes
5 answers
cron job to run url cpanel
i need to create cron job to run URL from Cpanel every minute
when i open the link from browser it's auto generate backup for database
i choose the common setting ( once per minute ) * * * * *
and this is the command i use but no one worked
GET…

Mohamed Mehanny
- 187
- 1
- 5
- 19
8
votes
4 answers
Dynamic Subdomain PHP
Okay, this might have been answered before but apparently up until now I still haven't found the answer.
You may notice there are some websites that may allow users to register to instantly get a subdomain of their own in the website.
For example,…

Henson
- 5,563
- 12
- 46
- 60
8
votes
2 answers
How to use cPanel email accounts to send confirmation emails in laravel?
I have uploaded my laravel project onto the production server. Locally, I was using my personal gmail account to send confirmation emails to new users. Since I've uploaded it already, I created an email account in cpanel "noreply@mydomain.net". How…

Paul Lucero
- 547
- 4
- 8
- 15
8
votes
3 answers
robots.txt allow all except few sub-directories
I want my site to be indexed in search engines except few sub-directories. Following are my robots.txt settings:
robots.txt in the root directory
User-agent: *
Allow: /
Separate robots.txt in the sub-directory (to be excluded)
User-agent:…

Kunwarbir S.
- 281
- 1
- 3
- 13
8
votes
2 answers
Warning sign/exclamation point in red circle next to table names and Query tab?
I have a VPS with CENTOS 6.4 and WHM 11.38.2. I just updated WHM to the latest version, and now when I go to phpMyAdmin there are red circles with white exclamation points in them next to the table names and before the word "Query" in the Query…

Nate
- 26,164
- 34
- 130
- 214
8
votes
5 answers
Cron job is not working properly in cpanel
I have setup cron job, it is working properly, however when i directly runs the php file(from the path/url) it successfully runs, but from cron its not. However i set another very simple file to make sure my cron command/path is set correctly i…

Manoj
- 477
- 5
- 8
- 19
8
votes
1 answer
Ruby on Rails Web Hosting Control Panel / Server Management
We are going to be hosting around 20 client sites for Ruby on Rails. We need the best Control Panel for our Server/VPS what do you recommend? I've researched and can find no good blogs or posts about this exact subject.
Some of my findings:
1)…

Kevin Chavez
- 445
- 1
- 4
- 16
8
votes
3 answers
PHP Script to Edit DNS Records in CPanel
I would like to become self-sufficient, and therefore do without services such as DNSDynamic and DYNDNS. And I don't like paying for services that I could do myself.
So here's the scenario - I have my main website hosted with a hosting company. I…

Alfo
- 4,801
- 9
- 38
- 51
8
votes
2 answers
Where to start with running a command line in PHP with CPanel hosting
I'm having a look at some PayPal scripts/code examples and a lot of them need a php script running via the command line.
I've never had to run anything from a command line in PHP before so don't know where to start at all. I don't know if I'm using…

penpen
- 935
- 3
- 12
- 22
8
votes
3 answers
Auto redirect http site url to https in cpanel
Redirect the site url http to https..for this i upload .htaccess file in my cpanl public_html root directory.the code of the file as
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sitename.in/$1 [R,L]
After i hosted…

MAK
- 773
- 4
- 9
- 30
7
votes
9 answers
How to disable cPanel URLs
I use cPanel for hosting my website. I have noticed that if anyone who visits my website happens to be a web developer, he can always reach my cPanel Login page via mydomain.com:2082, mydomain.com/cpanel, etc.. It is better to not let the visitors…

Tabrez Ahmed
- 2,830
- 6
- 31
- 48
7
votes
5 answers
SSL Error on Port 443, Page is not showing and resulting in error 404
I just recently had to find a way to get a SSL certificate for my domain as facebook required this by the 1st of October as you may aware.
Therefore I signed and installed my startssl certificate on my server.
Now my problem is, when I try to go to…

Evils
- 857
- 3
- 12
- 31
7
votes
7 answers
css is not working after uploading the file on server with filezilla or cpanel
I have uploaded the file.css file on server with filezilla and also with cpanel.
But when i browse the website the css has no impact.
I changed: padding-left: 10px; If i see the Page view source i see that the older file is there.
What can be the…

cola
- 12,198
- 36
- 105
- 165
7
votes
4 answers
cPanel /Host / Access to phpMyAdmin
I have a host and cPanel access but only one main user and password to cPanel.
I want to give someone access to phpMyAdmin but don't want to give that person my main user and password for cPanel.
Is there anyway to give someone access to phpMyAdmin…

Satch3000
- 47,356
- 86
- 216
- 346
7
votes
2 answers
After Login/Signup, Laravel returns "419 PAGE EXPIRED."
After migrating Laravel project Domain (.in to .institute) & Hosting (namecheap to name.com), everything works fine. But when I tried to Login or Signup, return "419 PAGE EXPIRED" error. I tried to clean cache, config, generate:keys, checked &…

imon
- 113
- 1
- 1
- 10