-
The views, opinions and directions expressed within this blog are those of the author alone, and do not represent those of cPanel, Inc. The accuracy and validity of the statements made within this blog are not guaranteed. The copyright of this content belongs to the author and any liability with regards to infringement of intellectual property rights remains with them.
Monthly Archives: February 2012
Create Custom cPanel Modules
Nearly all cPanel actions are governed by cPanel API1 and API2 functions. For your application, instead of creating your own API from scratch, we’re created the ability to add your application’s logic to the cPanel XML/JSON API. Essentially speaking, your … Continue reading
Test it in the User Interface
After spending time in the Developer section of the cPanel Community Forums, we’ve found a commonly asked question: “Why won’t my script work with XYZ function using the XML/JSON-API?” Rewinding a bit, the purpose of the XML/JSON API is to … Continue reading
Pointing two URLs to the same website
Introduction Pointing two URLs to the same website is a good way to direct traffic to your site from several different domain names. You can accomplish this in two ways: either redirect one of the URLs to your primary domain, … Continue reading