Index Pages -How do I get my page to load automatically?
Name your index file [as in, main page] "index.html" or "index.htm". If you are using a non-standard index, add
DirectoryIndex your-index-name.extension
to the bottom line of the .htaccess file located in the directory.
E-Commerce - How do a make an online store on Level Ten Hosting?
There are a few different shopping carts provided in the Control Panel with which you can create online stores.
Real Audio Streaming -Why don't my Real Audio files stream from my web site?
Please be sure that the .ram files your are building are using http streams and pnm streams. We only offer http streaming for real audio. An acceptable .ram file would look something like this: http://www.yourname.com/directory/real-file.ra
Databases -I want to add databases to my site - how should I start?
The most effecient and readily available database system is through mysql. You may add databases as well as adminstrate them directly through your control panel's Mysql Tools section.
Raw Logs - I want to collect my raw server logs to feed them through a log analysis package - where can I find them?
You may download your raw log file from the Site Stats sections of your control panel.
Database Access - How can I access databases from my web pages?
The easiest way to do this by far is through PHP4 and it's mysql module. We suggest you research this at the PHP Homepage. We also have DBI/mysql support installed into perl on all machines.
Web Stats - How do I check the web usage statistics for my domain?
If you desire to use analog, then stats can be viewed in real-time from your online control panel. If you wish to use webalizer, then you may may view these from your online control panel also. Log files are processed once every 48 hours.
Annonymous FTP - How do I use the anonymous ftp site?
For all pro accounts, this is already setup. Simply upload the desired files to the "public_ftp" directory. You may configure your anonymous FTP server further from the online control panel.
Custom Error Pages -How do I create my own '404 Not found' error page?
This can be done quickly and easily using the error editor in the online control panel.
Paths to Common Software - What is the correct path to perl, sendmail, and other programs?
CGI-SYS -How do I modify the files in the cgi-sys directory?
You cannot modify the files in the cgi-sys directory. These files are served from a central location from each machine. You may only edit files within your FTP directory structure.