Server Side Includes (SSI) are allowed on KARTHOST.com servers. However you must modifiy your .htaccess file in the /html web rood directory.
You will add this line by itself to your .htaccess file.
Options +Includes
Save the file and upload it to your /html directory
Most Popular Articles
Characters like Â, ’ are showing up on my web site page
This problem is generally related to the wrong text encoding that is being supplied to your...
How does one run a PHP script as a CGI?
#!/usr/bin/php -q< ?//php source here?>The PHP script needs to be given permission (chmod)...
Determine number of files in any given directory(folder)
You must be logged on as SSH via line command (a good SSH line command utility is PuTTY,...
Is there a limit on the number of files a directory (folder) can have?
If you are planning on loading large amount of files into a single directory, you might...