• Resolved nearesthomefood

    (@nearesthomefood)


    Hi,

    I agree this is a common problem once multisite is setup. I google a lot along with wordpress forum, but couldn’t fix it.

    My main domain is nearesthomefood.com which was running fine as standalone WP install. I converted it to multisite yesterday and created subdirectory (nearesthomefood.com/bangalore). I exported all contents from main domain and imported in subdirectory using WordPress Tools -> Import/Export. The contents all are fine.

    The problem is that the subsite isn’t showing up any images. In my Media they seem to be fine. You can see for yourself by accessing the above two sites. They are supposed to look same.

    1. I’ve set “Uploads Use Yearmonth Folders” to 0 for both the sites under Network Admin settings.

    2. I checked with my hosting provider and he informed that AllowOverride is set.

    3. My .htaccess contents are

    # Use PHP5.4 as default
    AddHandler application/x-httpd-php54 .php
    
    # BEGIN WordPress
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [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]
    
    # END WordPress

    Thank you.

    Regards,
    Praveen.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images not showing up in subfolder sites’ is closed to new replies.