Title: fritzfeger's Replies | WordPress.org

---

# fritzfeger

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Broken links to images, admin bar, post body input after 3.2.1 update](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/)
 *  Thread Starter [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/#post-2216035)
 * I was looking at the right thing, or rather Jens Scherbl of [http://webninjas.net/](http://webninjas.net/)
   was, all thumbs up. There was actually an erroneous .htaccess file. Not in the
   root directory, but in the include directory, where the memory limit was raised.
   This is however impossible when the installation uses fastCGI. I have a php.ini
   which does the job, but this of course did not prevent the 500 error. Thank you
   all for your commitment!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Broken links to images, admin bar, post body input after 3.2.1 update](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/)
 *  Thread Starter [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/#post-2215983)
 * Support said I can view but not edit the httpd.config; it’s a “managed server”.
   He advised me to mention here that WordPress doesn’t reside in the htdocs directory,
   but in a subdirectory of it. BUT before the update everything was fine, so I’d
   be surprised if this was the point. Rewrite Base / did work previously.
 * Since 3.2.1 sort of kills my blogs, should I go back to 3.1?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Broken links to images, admin bar, post body input after 3.2.1 update](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/)
 *  Thread Starter [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/broken-links-to-images-admin-bar-post-body-input-after-321-update-1/#post-2215982)
 * Thank you Ipstenu! Being a shell novice I have finally figured to find and view
   and edit my httpd.conf. Seems as if my whole WP install is non-existent there!
   I mean, apart from the above mentioned errors, my blogs are live and working…
   should I add a VirtualHost manually? The three domains addressed in that file
   are relatively old ones; I have created many more since, just wondering.
 * This is my httpd.conf:
 *     ```
       ScriptAlias /cgi-bin/ /kunden/homepages/38/d30796553/htdocs/cgi-bin/
       ServerAdmin webmaster@fritzfeger.com>
       </VirtualHost>
   
       <VirtualHost sabinedoering.de>
       ServerName sabinedoering.de
       ServerAlias sabinedoering.de
       DocumentRoot /kunden/homepages/38/d30796553/htdocs/SabineDoering
       ScriptAlias /cgi-bin/ /kunden/homepages/38/d30796553/htdocs/SabineDoering/cgi-bin/
       ServerAdmin webmaster@sabinedoering.de>
       </VirtualHost>
   
       <VirtualHost verhovec.de>
       ServerName verhovec.de
       ServerAlias verhovec.de
       DocumentRoot /kunden/homepages/38/d30796553/htdocs
       ScriptAlias /cgi-bin/ /kunden/homepages/38/d30796553/htdocs/cgi-bin/
       ServerAdmin webmaster@verhovec.de>
       </VirtualHost>
   
       <VirtualHost philipphaagen.de>
       ServerName philipphaagen.de
       ServerAlias philipphaagen.de
       DocumentRoot /kunden/homepages/38/d30796553/htdocs/philipphaagen.de
       ScriptAlias /cgi-bin/ /kunden/homepages/38/d30796553/htdocs/philipphaagen.de/cgi-bin/
       ServerAdmin webmaster@philipphaagen.de>
       </VirtualHost>
       ```
   
 * Host support asked me also to check my php.ini, which is only this one line:
 * `memory_limit = 128M`
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite subfolder install – images not displaying in subfolder sites](https://wordpress.org/support/topic/multisite-subfolder-install-images-not-displaying-in-subfolder-sites/)
 *  [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/multisite-subfolder-install-images-not-displaying-in-subfolder-sites/#post-2214171)
 * Same problem over here. Plus in the admin area the “new post” page doesn’t display
   the text input field (it does however display the post title input field), and
   the admin bar is not shown properly, i.e. instead of horizontally at the top 
   of the page it is shown vertically below everything.
 * Moreover, images added directly in PageLines (theme) do display.
 * Is this the same problem, or is it something else?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp 3.2.1 admin area keeps failing](https://wordpress.org/support/topic/wp-321-admin-area-keeps-failing/)
 *  [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wp-321-admin-area-keeps-failing/#post-2197640)
 * Same over here. In addition to the missing add new post window, the admin bar
   isn’t displayed properly (instead of horizontally on top it is vertically below
   everything), and links to images are broken, both WP media and NextGEN.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [German translation](https://wordpress.org/support/topic/german-translation-2/)
 *  [fritzfeger](https://wordpress.org/support/users/fritzfeger/)
 * (@fritzfeger)
 * [15 years ago](https://wordpress.org/support/topic/german-translation-2/#post-1868479)
 * in “Aktueller Status” there’s a “t” missing. Plus I would consider to drop “Aktueller”
   altogether and translate just “Status”.
 * “Recent Updates” would be “Neueste Beiträge” rather than “Letzte Beiträge” because“
   letzte” means there will be no more updates. Plus there’s a wrong “n”, it is “
   Letzte Beiträge” and not “Letzten Beiträge”.
 * “Verstecke die Antworten” should be “Verberge die Antworten”.

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