This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup Xampp Virtual Hosts | |
------------------------- | |
http://austinpassy.com/2012/setting-up-virtual-hosts-wordpress-multisite-with-xampp-on-windows-7/ | |
All custom domain names must match the urls stored in the WordPress database from the General Settings page. | |
------------------------- | |
XAMPP SETTINGS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The SH_Event Class | |
* | |
* @package Simple History | |
* @subpackage Event | |
* | |
* @since 2.0 | |
*/ |