Changes between Initial Version and Version 2 of Ticket #21529
- Timestamp:
- 08/09/2012 08:05:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21529
-
Property
Component
changed from
Administration
toMultisite
-
Property
Summary
changed from
Improve multisite variables for wordpress multisite
toImprove multisite variables for WordPress multisite
-
Property
Component
changed from
-
Ticket #21529 – Description
initial v2 1 Currently, wordpress suggest those variables to be used for a multisite setup:2 1 Currently, !WordPress suggest those variables to be used for a multisite setup: 2 {{{ 3 3 $base = /YOURPATH/; 4 4 define('PATH_CURRENT_SITE', '/YOURPATH/'); 5 5 }}} 6 6 To keep it simple, it should be something like: 7 {{{ 7 8 define('PATH_CURRENT_SITE', '/YOURPATH/'); 8 9 $base = PATH_CURRENT_SITE; 10 }}}