This file contains hidden or 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 | |
/** | |
* @FishPig.com | |
*/ | |
ini_set('display_errors', 1); | |
error_reporting(E_ALL); | |
$isCli = PHP_SAPI === 'cli'; | |
define('DS', DIRECTORY_SEPARATOR); |
This file contains hidden or 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
# | |
# Secure WordPress when integrated into Magento when installed in a subdirectory | |
# https://fishpig.co.uk/magento/wordpress-integration/docs/#security | |
# | |
# | |
# Setup the default index file | |
DirectoryIndex index.html index.php | |
<IfModule mod_rewrite.c> |