|
Send request for upgrades (See Optional
Upgrades) or any tech questions to Support@PJLHosting.com.
Frequently Asked Questions:
- How do I set up password protected
directories?
Log into your control panel.
Click on "Shortcuts" under "Home." Click on
"Protect Directories" under "File Manager." (Frontpage 2002- given freely
at your request- is not installed on your server as default.
If you have FP installed, you must follow the special installation
instructions for password protected directories given when you reach
the last step above.)
Log into your control panel.
In the left hand menu, under "Email," click on "Mailing Lists,"
Here you control everything. You can create and add people to
mailing lists. To send an email to your members, email
listname@yourdomain.com
- How do I set change my default
document or set up a directory index?
Create a plain text file named
".htaccess". To make index.php the first file to be
opened when visiting a directory, use the following lines in .htaccess:
"DirectoryIndex index.php"
Upload .htaccess
to that directory. (More
info)
Create a plain
text file named ".htaccess". To make
yourdomain.com/404.html your custom error page, add this line
to .htaccess:
"ErrorDocument 404 http://www.yourdomain.com/404.html"
Upload .htaccess to your root HTML folder. (More info)
Use the HTML
<!--#include file="file.shtml" --> Note: the file in which you use this code must have the .shtml ending also.
 |