Changes between Initial Version and Version 1 of Ticket #17972
- Timestamp:
- 07/04/11 02:32:33 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17972
- Property Status changed from new to closed
- Property Resolution changed from to worksforme
- Property Milestone changed from Awaiting Review to
-
Ticket #17972 – Description
initial v1 4 4 5 5 I added the following to my Wp-config.php 6 6 {{{ 7 7 define('WP_ALLOW_MULTISITE', true); 8 8 … … 14 14 define( 'SITE_ID_CURRENT_SITE', 1 ); 15 15 define( 'BLOG_ID_CURRENT_SITE', 1 ); 16 16 }}} 17 17 And I replaced the content of my .htaccess with: 18 18 {{{ 19 19 RewriteEngine On 20 20 RewriteBase / … … 28 28 RewriteRule ^ - [L] 29 29 RewriteRule . index.php [L] 30 30 }}} 31 31 Since I have done this I can not add or delete any plugins. 32 32
