subdomain problem

kfyonur

New member
Joined
Nov 26, 2012
Messages
3
i can't install anything on my subdomain.

i install to https://ilan.audiclubtr.com but i didn't install to http://ilan.audiclubtr.com

PHP:
! PHP for the selected domain has failed.

Installatron Plugin is unable to install to a domain where PHP is not working.

Your hosting provider can help you resolve this error.

Error code: 1; HTTP code: 500
 
Is php enabled in directadmin for the user? You will have to go to modify user in list users and make sure the php box is checked.

Create a php file with just the following code and then surf to the file to see if php works.

Code:
<?php phpinfo(); ?>
 
Is php enabled in directadmin for the user? You will have to go to modify user in list users and make sure the php box is checked.

Create a php file with just the following code and then surf to the file to see if php works.

Code:
<?php phpinfo(); ?>

how can i do that ?
 
You will have to go to modify user in list users and make sure the php box is checked.

how can i do that ?
 
You can only do that if you're the server administrator or if you're a reseller. If you're a client of a hosting company only they can enable it for you.

Jeff
 
Back
Top