Changes between Initial Version and Version 1 of Ticket #33119, comment 2
- Timestamp:
- 07/25/2015 08:44:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33119, comment 2
initial v1 2 2 3 3 Currently 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/` ) 6 6 7 7 The `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'];`