SourceGuardian Install

Problem:

A walkthrough for installing SourceGuardian ixeds into a MostHost hosting account.

Solution:

SourceGuardian is already installed on the server of your hosting account. To get your scripts to use SourceGuardian, there are two things that must be done.

First, you need to get a template php.ini with SourceGuardian already configured in it. This can be accomplished by doing the following:

  1. Login to your control panel
  2. Choose "PHP Config" icon
  3. Check the box labeled "SourceGuardian" under "Install Default php.ini"
  4. Click "INSTALL PHP.INI FILE". That will place php.ini file with the name of php.ini.default in your public_html folder.

Second, you need to rename the file from "php.ini.default" to be "php.ini" and place into whichever folder you need SourceGuardian installed. You can do that using the File Manager in the cPanel, FTP or SSH.

  • 43 Users Found This Useful
Was this answer helpful?

Related Articles

Configuring the PHP Environment With php.ini

Problem: How do I change the PHP environment for my site with php.ini? Solution:   To...

PHP with FastCGI

Problem: What is FastCGI for PHP? Solution: FastCGI for PHP makes all your PHP applications...

Upload_Max_Filesize

Problem: How do I change my upload_max_filesize? Solution: Summary Locate the php.ini...

Cron Jobs with PHP Files

How do I run a php file using Cron jobs?   From the cPanel, click the Cron Jobs icon and enter...

Basic Site Security Checklist

Remove malicious files and/or files you are not familiar with. While many PHP applications...