C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\mampress\index.php


1
2
3
4
5
<?php 
/* Short and sweet */
define('WP_USE_THEMES'true);
require(
'./wp-blog-header.php');
?>