• Resolved bolsolution

    (@bolsolution)


    Hi,
    I am install wordpress 3 with sub domain setup…

    Everythings working find…
    just that there are some problem on showing image on sub domain blog.

    main blog – https://dbolsolutions.com/ – image show correctly
    sub blog – https://yahoo.dbolsolutions.com/ – cant show image.

    .htaccess content
    ====================
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    May i know i do anythings wrong?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘wordpress 3 MU sub domain broken image link’ is closed to new replies.