Hi all
i have (had) a simple index.phtml script, which I put in "/root/cpanel3-skel/public_html/" that included a welcome page on my server, which I could change as I liked. This worked fine for a long time, but now it doesn't seem to work anymore.
Here's the script:
The problem is, it doesn't include the http://park.mydomain.com domain anymore.
If I add the following lines to it, I get the desired output though:
I'm running Apache 2.0.61 & PHP 5.2.4
i have (had) a simple index.phtml script, which I put in "/root/cpanel3-skel/public_html/" that included a welcome page on my server, which I could change as I liked. This worked fine for a long time, but now it doesn't seem to work anymore.
Here's the script:
PHP:
[[email protected] www]# more /root/cpanel3-skel/public_html/index.phtml
<center><h2>The Domain <?echo $_SERVER['HTTP_HOST']; ?> has been registered by <a href="http://www.SoftDux.com" target="_blank">SoftDux</a></h2></center><B
R><BR>
<?
include_once("http://park.mydomain.com");
?>
If I add the following lines to it, I get the desired output though:
PHP:
<?
echo "test foo";
?>
I'm running Apache 2.0.61 & PHP 5.2.4
Any suggestions?[[email protected] www]# httpd -v; php -v
Server version: Apache/2.0.61
Server built: Sep 25 2007 17:59:50
Cpanel::Easy::Apache v3.2.0 rev2434
PHP 5.2.4 (cli) (built: Sep 25 2007 18:11:47)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies