Knowledgebase
Portal Home > Knowledgebase > Script Issues
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 I add my own CGI scripts ?
Our LINUX web servers have the capability to run CGI scripts in your
own "cgi-bin"...
Views: 374
Does your company have any limit about CGI script use ?
We do not have limits of use of cgi scripts outside the use of malicious or harmful/damaging...
Views: 448
How do I install my own gems ?
The easiest and fastest way to install Ruby gems is to install them in
your local directory, you...
Views: 403
How to add MIME type and associate it with .rhtml extension ?
.rhtml .rb & .rbx are common extensions; you would probably set
it up for all 3 AddType...
Views: 367
How to Set different character sets with php and html to display correctly ?
There is a character encoding setting inside of your php.ini file. By
default, this is set to...
Views: 359
How to set up Ruby on Rails ?
Using Ruby On Rails on NVHSERVER:
This is intended to be a
brief introduction to developing...
Views: 369
I am having problems with running CGI scripts for addon domains. What should I do ?
Open the .htaccess file located in the public_html/addondomain/ directory in FileManager, and...
Views: 435
Redirects that do not work due to PHP variables
Problem:
The redirection of www.yourdomain.com/default.html or index.html to...
Views: 546
Understanding CGI Basics
Understanding the Basic of CGI
Q. What Is CGI and how is it going to help me?
A. CGI is...
Views: 427
What are the Most Common PERL Coding Errors ?
Using bad paths. To be safe people should always try to use full path names and
make sure that...
Views: 368
What is CGI ?
CGI (COMMON GATEWAY INTERFACE) is a standard method of extending Web
server functionality by...
Views: 399
What is the path to PERL (interpreter) ?
The perl path is the very first line in every .cgi or .pl file. The path to the perl interpreter...
Views: 396
What is the path to Ruby ?
The path to the Ruby interpretor is:
/usr/bin/ruby
Views: 394
Why am I Getting File Not Found When Executing My CGI ?
"File Not Found" or "No Such File or Directory"
This is usually the...
Views: 373