Changes between Initial Version and Version 1 of Ticket #19337, comment 13
- Timestamp:
- 11/29/2011 11:48:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19337, comment 13
initial v1 1 1 In your case, you need this in your wp-config.php file (probably best placed at the top of the file): 2 2 {{{ 3 $_SERVER[' HTTP_REMOTE_ADDR'] = $_SERVER['HTTP_REMOTE_ADDR'];3 $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_REMOTE_ADDR']; 4 4 $_SERVER['HTTPS'] = !empty($_SERVER['HTTP_HTTPS']) ? $_SERVER['HTTP_HTTPS'] : 0; 5 5 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)