greene.md
Forum Replies Created
-
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxPHP Safe Mode is off
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxMy httpd.conf now contains
<Directory "C:/rootfolderlocation"> Options All AllowOverride AuthConfig FileInfo Indexes Limit Options Order allow,deny Allow from all </Directory>
But still not luck, here’s the current image upload’s log
https://pastebin.com/dpW7fB97Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites redux@ipstenu I’m using Apache on Windows which makes me a super oddball. I’ll look into the allowoverride a little more. Maybe I can find a config that doesn’t 500 my website and let’s image uploads work if the WordPress gods are on my side today. Thanks for that info.
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxDoes anybody know if there’s a way to completely bypass the rewrite and allow wordpress to use the original location so that my image uploads just work?
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxTwo example URL’s
PDF works fine- https://www.rappahannock.edu/devschedule/files/2011/07/Fall-2011-Exam-Schedule.pdfPNG, nothing – https://www.rappahannock.edu/devschedule/files/2011/07/Financial-Aid-Checks.png
I just don’t get it.
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxCurrently have the following in my httpd.conf
<Directory "C:/rootfolderlocation"> Options All AllowOverride All Order allow,deny Allow from all </Directory>
httpd-vhosts.conf does not contain anything accept server name and document root rules.
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxWouldn’t AllowOverride All include FileInfo and Options anyway?
Forum: Networking WordPress
In reply to: URL rewrite issue with images in subsites reduxChanging AllowOverride from All to FileInfo Options 500 errored the whole site.
Forum: Networking WordPress
In reply to: New 3.0 install, images not working in subsitesI did try playing around with .htaccess upload. Since I’m editing on my Mac and uploading to the windows server none of the line breaks were keeping. But, even when I created the .htaccess file on the windows server itself it didn’t change anything.
Forum: Networking WordPress
In reply to: New 3.0 install, images not working in subsitesSo, we’ve launched and are at https://www.rappahannock.edu. I thought the problem had magically fixed itself last week but it seems only half fixed. On the server I’ve got two instances of 3.0.1 multisite running now. One, for our main site and two, for our employee directory. I had some issues with the directory and and to recreate that database after we went live and the image rewriting works there, ex. https://www.rappahannock.edu/directory/mgreene but on our main site the images are still broken ex. https://www.rappahannock.edu/distancelearning
Both sites are running off the same http.conf file and the active rewrite rule is
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
I really don’t want to consider this being a database issue but could that be it?
And I guess the real question is, if my database is somehow messed up, what’s the best way to get my data out of there and into a new database? Time to do some searching…
ipstenu, I don’t think you’re alone on the Windows Server Skills. I’m having a heck of a time finding anybody who runs a windows apache server.
But, I’m starting to think there’s an install/database problem. Tonight I create another separate 3.0.1 multisite network at https://www.rappahannock.edu/directorytest and that looks fine in IE.
When our site went live I had two databases/multisite instances to switch over. Our main instance https://www.rappahannock.edu I followed method 2 from https://wpmututorials.com/how-to/change-the-domain/ and on our directory rappahannock.edu/dir instance I followed method 1. Andrea have you had any issues with this process in 3.0.1?
Windows Server 2008 Running Apache 2
Image link is fixed, IE 8 is what we’ve been trying. I don’t dare look at it in IE 6-7 (training on system in 30 mins lol) but in IE 8 the https://www.rappahannock.edu/dir is not center align-ed and the sidebar is knocked down to the bottom, and of course the wp-admin formatting in the picture mentioned above.
No plugins enabled to begin with. I’ve tried reinstalling 3.0.1 and reinstalling twentyten just in case. Still no change in IE.