 | How do I use PHP5? | |
 | By default, files with a .php extension run under PHP4 and files with the .php5 extension run under PHP5. You can use .htaccess to change these default settings. To have .php files to run under PHP5, place this line in your .htaccess file:
AddHandler a |
|
 |
 | Send Email from a PHP Script Using SMTP Authentication | |
 | By default, user 'nobody' is disabled in our servers. To send emails from a PHP script, please code your PHP script using SMTP authentication.
If you are using a PHP forum or a PHP script with emailing capability, please be sure to configu |
|
 |
 | How do I enable register_globals? | |
 |
For security reasons, Kionic has register_globals disabled in all servers. If your script requires register_globals, please follow the following instructions:
1. Create a file named .htaccess
2. Open the .htaccess file and enter this line:
|
|
 |