Title: bh36's Replies | WordPress.org

---

# bh36

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite background image problem](https://wordpress.org/support/topic/multisite-background-image-problem/)
 *  Thread Starter [bh36](https://wordpress.org/support/users/bh36/)
 * (@bh36)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/multisite-background-image-problem/#post-5604098)
 * Hey, I figured out the problem.
 * It turned out that the files that are being uploaded through WordPress into the
   IIS directory, the files were having permission issues. It was giving an access
   denied and I wasn’t able to change the permissions. I got someone to change and
   give full access for all the files/images that are uploaded through WordPress.
 * I was able to set the background images without any problems once the images 
   in wp-content/uploads/ were changed.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite background image problem](https://wordpress.org/support/topic/multisite-background-image-problem/)
 *  Thread Starter [bh36](https://wordpress.org/support/users/bh36/)
 * (@bh36)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/multisite-background-image-problem/#post-5604096)
 * I try setting it up through Appearance >> Customize or Background. I go ahead
   and upload a picture and it shows up the media library. When I try to select 
   the image to set as my background, I notice the image has a broken link. The 
   image is in the media library, but I can’t set it as my background.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite background image problem](https://wordpress.org/support/topic/multisite-background-image-problem/)
 *  Thread Starter [bh36](https://wordpress.org/support/users/bh36/)
 * (@bh36)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/multisite-background-image-problem/#post-5604094)
 * Position: Center
    Repeat: No repeat Attachment: Fixed
 * The files are uploaded into wp-content/uploads but I cant use any of them and
   set the background image.
 * This is my current htaccess since I installed WordPress in October 2014. I am
   running WordPress off IIS 7. I have wordpress installed in my root folder.
 * 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]

Viewing 3 replies - 1 through 3 (of 3 total)