71Hosting Support Knowledge Base

Continue

Advanced Search

  Query:
  Categories:
  Rated:
  Custom Fields:

Search Results for "Error code: sec_error_untrusted_issuer"

There were 10 articles found for your query: 

  1. What are the basics in PHP scripting?What are the basics in PHP scripting?
    PHP FAQ This document is intended to teach you the basics of using PHP within your web pages. The official PHP website is also a very good place to start. In order to get the most from this document a...
  2. PHP supported modulesPHP supported modules
    Create a echo.php file with the following code-<? phpinfo(); ?> Save the file and upload it under public_html folder Open your browser and go to http://yourdomain/echo.php You'll see a set of ...
  3. Can I set permission for my CGI Scripts?Can I set permission for my CGI Scripts?
    Unfortunately no. Windows based PERL/CGI do not allow Unix or Linux like CHMOD command for r-w-x which is Read, Write an Execute. However, you can control your code from IIS settings.
  4. Where do I place my CGI/Perl scripts?Where do I place my CGI/Perl scripts?
    You can run and create your own CGI/Perl scripts and upload it to any location on your web account. Some customers prefer to upload their CGI/PERL scripts to their own cgi-bin directory. The 'cgi-bi...
  5. What is the path to Perl?What is the path to Perl?
    It is defined as an environment path in IIS. That means, you do not need to declare the popular 'SHEBANG' initializing code #!/usr/bin/perl. In you perl code you can discard this initial syntax.
  6. PHP supported modulesPHP supported modules
    Create a echo.php file with the following code-<? phpinfo(); ?> Save the file and upload it under httpdocs folder Open your browser and go to http://yourdomain/echo.php You'll see a set of mod...
  7. What are the basics in PHP scripting?What are the basics in PHP scripting?
    PHP FAQ This document is intended to teach you the basics of using PHP within your web pages. The official PHP website is also a very good place to start. In order to get the most from this document...
  8. Creating custom error documentCreating custom error document
    You can add custom Error Document in your Windows- PLESK hosting package. Login to control panel Select HOSTING > WEB DIRECTORY Click on the selected file you want create your custom error Provid...
  9. Control Panel Security Certificate Issue ErrorControl Panel Security Certificate Issue Error
    This is a common issue with Internet Explorer, Mozilla Firefox and Google Chrome. FYR, this security error occurs due to PLESK or Virtualmin has provided a common SSL certificates by default. However,...
  10. What is a ccTLD (Country code top level domain)?What is a ccTLD (Country code top level domain)?
    A top level domain is assigned for every country to represent the country in the Internet world. For example .uk, .jp , .bd , .au are the ccTLD of United Kingdom, Japan, Bangladesh and Australia res...