Title: David's Replies | WordPress.org

---

# David

  [  ](https://wordpress.org/support/users/prodesign/)

 *   [Profile](https://wordpress.org/support/users/prodesign/)
 *   [Topics Started](https://wordpress.org/support/users/prodesign/topics/)
 *   [Replies Created](https://wordpress.org/support/users/prodesign/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/prodesign/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/prodesign/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/prodesign/engagements/)
 *   [Favorites](https://wordpress.org/support/users/prodesign/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/prodesign/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/prodesign/replies/page/2/?output_format=md)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/page/2/#post-1791709)
 * I don’t think so, however you solved my other miner problem as I’ve setup a new
   network, same server/so I’m guessing hotlink protect is not turned on/or isn’t
   causing the prob because on mapped domains the pictures show up fine on this 
   one. this problem has disgusted me for months, who knows whats causing it. I’m
   giving up, going to just migrate my content to the new network and rebuild 🙂
   You guys are my life savers, always appreciated! keep it up!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MS setup problem](https://wordpress.org/support/topic/ms-setup-problem/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869627)
 * > “wonkily. That’s a technical term.”
 * sod-all it was not! you got it. wonkily… i should of checked that sooner.. added
   code outside of expression, worked first time. much thanks, i am creating this
   second network just to troubleshoot and find the problem with my main. (the other
   issue i posted)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/page/2/#post-1791701)
 * Hostgator: You are currently hosted on a linux VPS using apache for HTTP not 
   IIS.
 * any ideas?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MS setup problem](https://wordpress.org/support/topic/ms-setup-problem/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869544)
 * I’m using microsoft web expression
 * I add the code right below
    define (‘WP_ALLOW_MULTISITE’, true); and right above
   that’s all happy blogging
 * here’s a copy.
 *     ```
       */
       define('WP_DEBUG', false);
   
       define ('WP_ALLOW_MULTISITE', true);
   
       define( 'MULTISITE', true );
   
       define( 'SUBDOMAIN_INSTALL', false );
   
       $base = '/';
   
       define( 'DOMAIN_CURRENT_SITE', 'designquoter.com' );
   
       define( 'PATH_CURRENT_SITE', '/' );
   
       define( 'SITE_ID_CURRENT_SITE', 1 );
   
       define( 'BLOG_ID_CURRENT_SITE', 1 );
   
       /* That's all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined('ABSPATH') )
       	define('ABSPATH', dirname(__FILE__) . '/');
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . 'wp-settings.php');
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/page/2/#post-1791699)
 * im not sure ill ask hostgator
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MS setup problem](https://wordpress.org/support/topic/ms-setup-problem/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869436)
 * hmph.. ya i repeated the process more times then i can count as soon as i get
   to the step to add
 * define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false ); $base = ‘/’;
   define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ ); define( ‘PATH_CURRENT_SITE’,‘/’);
   define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, 1 );
 * i get the error, then if i undo it, it goes away.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MS setup problem](https://wordpress.org/support/topic/ms-setup-problem/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/ms-setup-problem/#post-1869412)
 * theres nothing before
    <?php on line one
 * and no spaces after
    require_once(ABSPATH . ‘wp-settings.php’);
 * at the end, any other ideas?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/page/2/#post-1791697)
 * using hostgator vps
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791695)
 * i still have this problem? any ideas? anyone?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791636)
 * yes they create and function no problem
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791633)
 * no luck with the perms on ms-files:(
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791629)
 * ok so if the htaccess is correct and the config is right, means my problem is
   somewhere else right? any ideas where else to check?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791588)
 * the htaccess seems to match the one in network, heres a copy.
 * >  RewriteEngine On
   >  RewriteBase / RewriteRule ^index\.php$ – [L] # uploaded 
   > files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file
   > =$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?
   > wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond%{
   > REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(
   > content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$
   > $2 [L] RewriteRule . index.php [L] # BEGIN WordPress
   > # END WordPress
   >  <IfModule mod_suphp.c> suPHP_ConfigPath /home/design <Files
   > php.ini> order allow,deny deny from all </Files> </IfModule>
 * > If you have a subfolder install, and you’re using domain mapping to make subdomains,
   > that would do it.
 * does subfolder install mean the same as sub-dir install? i believe i have the
   sub-directory install, when i add a site it looks like htt://site.com/site/ however
   the config code under network doesnt seem to correspond, does this look correct?
 * >  define( ‘MULTISITE’, true );
   >  define( ‘SUBDOMAIN_INSTALL’, false ); $base 
   > = ‘/’; define( ‘DOMAIN_CURRENT_SITE’, ‘designquoter.com’ ); define( ‘PATH_CURRENT_SITE’,‘/’);
   > define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, 1 );
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791399)
 * update:error msg fixed, image prob still exists
 *  actually that error msg was only visible while on the backend off the non mapped
   domain subsite when looking at the main site “super admin” “edit” right side 
   under theme was the the error msg. i increased the allowed memory and tweaked
   with the themes a little and it no longer appears. however still cant view images
   on the mapped domains or subs.
 * so we’re at
 * > ok, I checked the media on a non mapped sub-site. It does the same thing. so
   > that means the problem is within the sub sites right?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Media not visable on mapped domains. white boxes](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/)
 *  Thread Starter [David](https://wordpress.org/support/users/prodesign/)
 * (@prodesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/media-not-visable-on-mapped-domains-white-boxes/#post-1791372)
 * ok, I checked the media on a non mapped sub-site. It does the same thing. so 
   that means the problem is within the sub sites right?
 * further more i just found this fatal error msg that i hadn’t seen yet under “
   super admin” “edit”(mainsite)
 * Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   1505281 bytes) in /home/design/public_html/wp-admin/ms-sites.php on line 255
 * im thinking this might be the prob?

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/prodesign/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/prodesign/replies/page/2/?output_format=md)