How to check that the domain is supportive of CGI scripts

DarkForce

Registered
Mar 21, 2010
2
0
51
Hi.....

This is my first post and first visit in this forum.I have started to use cpanel recently and still learning.You can say I am at the very nascent stage.And I want to know something from you guys.

I have created a domain in cpanel and now I want to check that whether the domain is supportive to run CGI scripts.
How can I do that?

Waiting for some replies :)



EDIT: SOLVED.A little bit of more search did the trick ;D

Thanks :D
 
Last edited:

thewebhosting

Well-Known Member
May 9, 2008
1,199
1
68
You can check whether the cgi is supported by writing the below mentioned php code in your domain.

<?php
phpinfo();
?>