PLZ HELP

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
Im desperate because I cant get my second domain added into my hosting plan thru cPanel.
After adding domain name, root directory and subdomain name I always get internal error 500.
This is thru cPanel--Addon Domain option.

I HAVE ROOT ACESS @ckeeper sir what may be issue
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
try to diagnose with log files first
tail -n 200 /usr/local/apache/logs/error_log
tail -n 200 /usr/local/apache/logs/suexec_log

Look for error 500 to narrow down the issue.

/scripts/upcp --force

Possible permission error, I would suspect, you can try the following as well, make sure you have a good working full backup first...

cd /home
find /home/*/public_html -type f -name '*.php' | xargs chmod 0644 --
find /home/*/public_html -type d | xargs chmod 0755 --
 
  • Like
Reactions: White Devil

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu