Title: satyr607's Replies | WordPress.org

---

# satyr607

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668280)
 * Linux Server, Apache 2.2.11, MySQL 4.1.12.
 * As far as the PHP goes I am not exactly sure. Its stamped with the “Zend Engine
   2”. This might help
 * [http://the-bunker.net/php.php](http://the-bunker.net/php.php)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668273)
 * Server upgraded to PHP 5.2.10
 * Still no luck. Next?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668272)
 * Yeah, I am thinking that the “/” issue that I was trying to fix with that might
   very well be tied to the image issue. *crosses fingers* In hopes that the PHP
   upgrade will sort them both out.
 * I tried disabling all of my addons as well as going back to the stock theme with
   no luck. I was hoping it was a screwy addon.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668270)
 * performancehosting.net is my host. I am in the process of getting the php on 
   my server upgraded from 4.x to 5.2 so that should help a bit.
 * What exactly is wrong with the .htaccess? other than the
 *     ```
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_URI} !example.php
       RewriteCond %{REQUEST_URI} !(.*)/$
       RewriteRule ^(.*)$ http://the-bunker.net/$1/ [L,R=301]
       ```
   
 * at the end it is what is listed in the network tab in the admin area of my site.
 * I realized last night that the added chunk of code was not in the right place
   to begin with and adding the trailing slash this way was breaking all of the 
   themes on the sub-sites. I have opted to use the
 *     ```
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
       ```
   
 * function to add the trailing slash to each of the blogs.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668268)
 * UNCLE!
 * I have tried everything. I have been digging through these forums for neigh 3
   weeks. Trying and failing, over and over again. I do believe I have now tried
   everything listed here to fix this.
 * This thread seems to be dieing but I have no idea at this point what info I can
   offer up to get this sorted. I have even had to go so far as to hard code all
   of the “/” re-direct’s to the sub-blogs in the .htaccess.
 * I was so looking forward to this option and the amazing things it could do for
   my site, sadly I am now pondering rolling it all back and going a different route.
   ANY help at all would be amazing.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668260)
 * OK, new update. Grabbed the .htaccess listed on the back end of my site and the
   images are now uploading again. Still not showing them though. Could this by 
   chance be a PHP version issue? I realized last night My sever still seems to 
   be running 4.x (have put in a ticket with my host for an upgrade). I had to add
   the “/” bit back into the .htaccess as the site is live and it was causing my
   inbox to bloat. But here is what I am using now.
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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]
   
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_URI} !example.php
       RewriteCond %{REQUEST_URI} !(.*)/$
       RewriteRule ^(.*)$ http://the-bunker.net/$1/ [L,R=301]
       ```
   
 * Any other thoughts?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/page/2/#post-1668257)
 * Though it doesn’t look like the files are uploading at all now 0_o
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/#post-1668256)
 * I reset the .htacces to the one listed above. I also seem to have deleted the
   image I linked at some point. Here is a new one.
 * [http://the-bunker.net/satyr/files/2010/09/48.jpg](http://the-bunker.net/satyr/files/2010/09/48.jpg)
 * Still the same image issue now with the same old trailing slash thing. I also
   noticed I am getting these errors:
 * [Wed Sep 22 01:21:32 2010] [error] [client 66.249.71.18] mod_rewrite: maximum
   number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions
   MaxRedirects’ to increase the limit if neccessary.
 * Likely relating to the same issue. I am starting to think it is the server borking
   up the .htaccess file.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/#post-1668253)
 * So what part of the server setup do I need to be looking at? I have tried every*
   fix* I can find through the search here to no avail. Ok, likely not ALL of them
   but this issue seems pretty random with one fix helping one person and very few
   else.
 * After digging some more it seems that “some” of the images are pulling correctly(
   Header images for example) it is just the images that users are uploading.
 * Is that function that handles the image links somehow using the server setup 
   to redirect the images? Other than the .htaccess that is.
 * Any help would be amazing, I have been fighting with this for almost 2 weeks 
   now and am beyond frustrated.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/#post-1668239)
 * Could I get a link to the Apache thing? I am thinking about downgrading as well…
   ug, the thought makes me sick (I have way to may sub sites set up already).
 * Is this a known bug or a random mishap?
 * Define “very very * specific*”. If it can fix the problem I will spit what I 
   can (and find out what I can’t).
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/#post-1668209)
 * bumpity?
 * Anyone have any ideas on this? I have to admit I am getting a tad frustrated 
   0_o
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Weird image problem with sub-site images not showing](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/weird-image-problem-with-sub-site-images-not-showing/#post-1668014)
 * oops. I knew I was forgetting something. My current htaccess looks like this:
 * RewriteEngine On
    RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond%{
   REQUEST_URI} !\..+$ RewriteCond %{REQUEST_URI} !/$ RewriteRule (.*) [http://www.the-bunker.net/$1/](http://www.the-bunker.net/$1/)[
   R=301,L] RewriteRule ^index\.php$ – [L]
 * # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.
   php?file=$2 [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]
 * The added bit that wasn’t stock was to get around the other issue I was having.
   Link to other thread is here:
    [http://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders?replies=6](http://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders?replies=6)
 * Thanks again
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Anyway to remove the trailing "/" when using sub-folders?](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/#post-1657544)
 * Figured it out.
 * added:
 * RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !\..+$ RewriteCond%{
   REQUEST_URI} !/$ RewriteRule (.*) [http://www.the-bunker.net/$1/](http://www.the-bunker.net/$1/)[
   R=301,L] RewriteRule ^index\.php$ – [L]
 * to my .htaccess file to reroute the /whatsits to /whatsits/
    working great!
 * Thanks for all the help gang! I <3 this community ;D
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Anyway to remove the trailing "/" when using sub-folders?](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/#post-1657505)
 * Hrmm
 * Nuked but still getting the weird redirects to root.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Anyway to remove the trailing "/" when using sub-folders?](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/)
 *  Thread Starter [satyr607](https://wordpress.org/support/users/satyr607/)
 * (@satyr607)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/anyway-to-remove-the-trailing-when-using-sub-folders/#post-1657487)
 * My install was in its own folder until a few days ago. I moved it all to root
   in order to use the network feature. The move was interesting but seemed to be
   up and running fine once I figured out my permalinks were were making it act 
   a little wonky.
 * The install used to be in the [http://www.sitename.com/blog](http://www.sitename.com/blog)
   folder. I tried to set up the network feature when 3.0 dropped and realized that
   I would need to move my whole install in order to get it to work. Does the /blog
   folder need to be empty now? That would seem like a weird problem but Ive seen
   stranger things.
 * I am not sure what other info would be useful other than the site itself.
    [http://www.the-bunker.net](http://www.the-bunker.net)
   you can see one of the pages here [http://www.the-bunker.net/satyr/](http://www.the-bunker.net/satyr/)
 * Thanks for the reply and let me know if any other info would be helpful.

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