Popular Articles
Drupal requires mbstring disabled
If you receive this error message when attempting a new Drupal Install, there is a way to rectify the settings so you can proceed with an install. Error Message: **Multibyte string input conversion in PHP is active and must be disabled. Check the ...
How to check if Perl module is installed
To verify if a specific perl module is installed on the server/ready for use, you can execute this command from shell: perl -e "use Themodulename::Here" For example, let's test if Zlib is installed "A core Perl module installed by default on all ...
Common .htaccess Redirects
#301 Redirects for .htaccess #Redirect a single page: Redirect 301 /pagename.php http://www.domain.com/pagename.html #Redirect an entire site: Redirect 301 / http://www.domain.com/ #Redirect an entire site to a sub folder Redirect 301 / ...
Intro to IIS binding
Intro to IIS bindings --------------------------- Microsoft’s Internet Information Services (IIS) has been built around a very flexible “binding” system. When working with a website a “binding” is the combination of protocol (http, ftp, https, ...
How to Install Wordpress via HSphere Control Panel
Within Hsphere there is a file manager named Webshell4. It's very fast and easy to install WordPress within the end users hosting control panel following these simple steps. 1. Login to end user control panel and add the domain if not already added ...