Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bh36

    (@bh36)

    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.

    Thread Starter bh36

    (@bh36)

    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.

    Thread Starter bh36

    (@bh36)

    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)