• You’ll notice C:\inetpub\wwwroot\wp/wp-content/uploads has a bunch of non-agreeing slashes. I cannot upload images because I cannot get those slashes to switch around. I am on a windows server 2008, it is my own machine so I have complete and total control over it.

    How do I change the direction of the slashes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t think “C:\inetpub\wwwroot\wp” belongs in your uploads path.

    Thread Starter MrScience101

    (@mrscience101)

    I am an idiot. The slashes have nothing to do with it. it is the file permissions. I had to update my php.ini file to have the upload_temp_dir point to a temp dir in my wwwroot directory instead of my os default directory. Then I had to grant full control to “Users” and “IIS_IUSR”. Then I had to create an “uploads” directory and again grant full control to “Users” and “IIS_IUSR”. And of course php.ini has safe mode turned off. It works now. I seriously think using windows server 2008 R2 is just way too complicated, I should have used linux, apache, and been done with it.

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

The topic ‘C:\inetpub\wwwroot\wp/wp-content/uploads’ is closed to new replies.