Line 35: |
Line 35: |
| | | |
| | | |
− | db configuration setprop php MemoryLimit 128M | + | db configuration setprop php MemoryLimit 128M |
| | | |
− | db configuration setprop php PostMaxSize 112M | + | db configuration setprop php PostMaxSize 112M |
| | | |
− | db configuration setprop php UploadMaxFilesize 96M | + | db configuration setprop php UploadMaxFilesize 96M |
| | | |
− | expand-template /etc/php.ini | + | expand-template /etc/php.ini |
| | | |
− | sv t httpd-e-smith | + | sv t httpd-e-smith |
| | | |
| ------------------------------------------------------------------------ | | ------------------------------------------------------------------------ |
Line 67: |
Line 67: |
| | | |
| | | |
− | db accounts setprop "iBay" AllowOverride all | + | db accounts setprop "iBay" AllowOverride all |
| | | |
− | db accounts setprop "iBay" FollowSymLinks enabled | + | db accounts setprop "iBay" FollowSymLinks enabled |
| | | |
− | db accounts setprop "iBay" Indexes disabled | + | db accounts setprop "iBay" Indexes disabled |
| | | |
− | signal-event ibay-modify "iBay" | + | signal-event ibay-modify "iBay" |
| | | |
| | | |
Line 83: |
Line 83: |
| | | |
| | | |
− | db accounts setprop "iBay" PHPBaseDir /home/e-smith/files/ibays/"iBay":/tmp | + | db accounts setprop "iBay" PHPBaseDir /home/e-smith/files/ibays/"iBay":/tmp |
| | | |
− | signal-event ibay-modify "iBay" | + | signal-event ibay-modify "iBay" |
| | | |
| | | |
Line 123: |
Line 123: |
| | | |
| | | |
− | define('WP_ALLOW_MULTISITE', true); | + | define('WP_ALLOW_MULTISITE', true); |
| | | |
| | | |
| | | |
− | just above
| + | - just above |
| | | |
| | | |
| | | |
− | define('DB_NAME', ..... | + | define('DB_NAME', ..... |
| | | |
| | | |
Line 137: |
Line 137: |
| 2) Log into your wordpress Dashboard | | 2) Log into your wordpress Dashboard |
| | | |
− | Under: | + | Under: Tools, Network |
− | | |
− | Tools, Network
| |
| | | |
| | | |
Line 149: |
Line 147: |
| 3) After you click install, you will be taken to a "Enabling the Network" screen | | 3) After you click install, you will be taken to a "Enabling the Network" screen |
| | | |
− | Make sure you follow ALL 3 steps.
| + | Make sure you follow ALL 3 steps. |
| | | |
| | | |
Line 161: |
Line 159: |
| | | |
| | | |
− | RewriteEngine On | + | RewriteEngine On |
| | | |
− | RewriteBase / | + | RewriteBase / |
| | | |
| | | |
Line 171: |
Line 169: |
| | | |
| | | |
− | RewriteEngine On | + | RewriteEngine On |
| | | |
− | RewriteBase /"ibay" | + | RewriteBase /"ibay" |
| | | |
| | | |
Line 191: |
Line 189: |
| | | |
| | | |
− | define( ‘DOMAIN_CURRENT_SITE’, ‘domain.com’ ); | + | define( ‘DOMAIN_CURRENT_SITE’, ‘domain.com’ ); |
| | | |
| | | |
Line 199: |
Line 197: |
| | | |
| | | |
− | define( 'DOMAIN_CURRENT_SITE', $_SERVER['HTTP_HOST'] ); | + | define( 'DOMAIN_CURRENT_SITE', $_SERVER['HTTP_HOST'] ); |