Changing the default page for newly listed domain

doug1994

Member
Jul 16, 2003
13
0
151
How can I change the default page for newly listed domain, before a customer enters their index page? I saw this feature somewhere and cannot find it. All that had to be done was enter a URL to the new page and it was done.
Any suggestions?
 

doug1994

Member
Jul 16, 2003
13
0
151
Thanks, but I do not know how to do that. I am sure I saw a feature that did it for you.
Anyone want to explain how to get to the skeleton, i would appreciate it

Originally posted by hotdog_pk
put an index page in the skeleton directory
 

PWSowner

Well-Known Member
Nov 10, 2001
2,901
4
343
ON, Canada
As a reseller, when you ftp to your site you should see a directory "cpanel3-skel". Under that one you will see "public_html". Whatever index page you put there will be the one copied over when you create a new account.
 

rebelo

Active Member
Jun 30, 2003
31
0
156
the dark side of the moon
special tags

Would it be possible , using tags with ssi or similar, to include the new domain name in the page title or body ?
 

Dataphd

Member
Oct 29, 2003
17
0
151
If there is any special tags that can be used to add the correct domain and any other information would be great! Please post them here!

Thanks
 

DiegoLeon

Registered
Feb 18, 2004
1
0
151
Montevideo, Uruguay
I use index.php:
PHP:
<html>
 <head>
  <meta http-equiv="Content-Language" content="es-uy">
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>
   Welcome <? echo $SERVER_NAME; ?>
  </title>
 </head>
 <body>
  <BR>
  <BR>
  <hr width="75%" color="#0000FF">
  <p align="center">
   <b>
    <font face="Arial" size="5">
     <? echo $SERVER_NAME; ?><br>
    </font>
   </b>
  </p>
  <hr width="75%" color="#0000FF">
  <br>
  <p align="center">
<b>ya está en línea...
</b>
</p>
 </body>
</html>
 

ehaskra

Member
Feb 19, 2005
5
0
151
Is there a root SKEL Directory

I want a default page but I setup all my accounts throught whm. Is there a default SKEL/public_html

Or do I need to setup my domain as a reseller

Eric