Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33119, comment 2


Ignore:
Timestamp:
07/25/2015 08:44:39 AM (9 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33119, comment 2

    initial v1  
    22
    33Currently you've got two locations you can place the `wp-config.php` file:
    4  * ABSPATH (ie. public_html/mysite.com/)
    5  * One level above (ie. public_html/ )
     4 * ABSPATH (ie. `public_html/mysite.com/`)
     5 * One level above (ie. `public_html/` )
    66
    77The `wp-config.php` file that exists there, simply needs to exist, it doesn't need to actually contain the directives - you could simply have the contents as `<?php require $_SERVER['WP_CONFIG'];`