Knowledgebase
Portal Home > Knowledgebase > Web Technologies
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Can you modify global.config file to set xhtmlConformance setting to something else?
The file global.config cannot be modified for a hosted domain. Any changes to global.config...
Views: 32
Do you run PHP in CGI or ISAPI mode?
All servers are configured to run PHP in FastCGI mode.
Views: 61
HTTP 500 Errors
IIS HTTP Error 500 errors are caused by internal errors. If you are receiving this error we...
Views: 21
PHP SendMail alternative
Use this function as an alternative to build-in PHP sendmail function. You have to replace...
Views: 83
What ASP.NET security trust level do you run?
All the shared servers are configured for full trust. Each domain runs in a dedicated application...
Views: 41
What directory is considered my root application directory?
The root directory for ASP is wwwroot if it is a hosted domain. If it is a virtual domain...
Views: 41
What is wwwroot folder
Each hosted domain name has its own folder where your web site is stored. The top...
Views: 123
What PHP version do you run?
The current version of PHP is 5.x.x.
Views: 26
Where do I put my global.asa?
The wwwroot folder is considered the root of your application. You will put your global.asa in...
Views: 43