Web Hosting Talk







View Full Version : SSI Commands ??


Joana
09-24-2001, 04:30 PM
I am looking for an SSI command to display the Site domain name in the index.shtml when a client orders a new package.

I will explain more to make sense. :eek: . When a client orders a package, the new account will have nothing. I want to place an shtml file to display "future site of DOMAIN.NAME"


Thanks.

:cartman:

Dexter
09-24-2001, 07:49 PM
you can use...

<!--#echo var="SERVER_NAME"-->

altough sometimes it'll show ip address and not www.blah.com. not sure why but it's probabbly how apache is configured.

Joana
09-24-2001, 11:13 PM
The command works perfect for what I need.
Thanks.

:D

mithilesh
09-28-2001, 02:41 PM
Can you tell me about SSI commands.