Trying To Install: Getting Error 500 - Internal Server Error

I'm trying to install CS Cart to a temp URL similar to this:

http://XXX.XXX.XXX.XXX/~marketplace/

I keep getting an Error 500 Internal Server Error.

I made sure the permissions were correct:

public_html: 0750

public_html/admin.php: 0644

public_html/index.php: 0644

public_html/install/index.php: 0644

I also tried renaming the .htaccess file but I still get the error.

I have about 20 other websites on this WHM account and never have received this error before.

Any ideas please?

Rick

500 Internal Errors should be logged on the server. Please check your server error log and provide corresponding error message

I'm trying to install CS Cart to a temp URL similar to this:

http://XXX.XXX.XXX.XXX/~marketplace/

I keep getting an Error 500 Internal Server Error.

I made sure the permissions were correct:

public_html: 0750

public_html/admin.php: 0644

public_html/index.php: 0644

public_html/install/index.php: 0644

I also tried renaming the .htaccess file but I still get the error.

I have about 20 other websites on this WHM account and never have received this error before.

Any ideas please?

Rick

Try to change the lines in the ‘config.local.php’ file like below:

// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘XXX.XXX.XXX.XXX’;
$config[‘http_path’] = ‘~marketplace’;
// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘XXX.XXX.XXX.XXX’;
$config[‘https_path’] = ‘~marketplace’;
/*

And delete the var/cache directory then