Title: ger01's Replies | WordPress.org

---

# ger01

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trouble with htaccess file](https://wordpress.org/support/topic/trouble-with-htaccess-file-1/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/trouble-with-htaccess-file-1/#post-1867123)
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * If I use this for my .htaccess and have Default permalink settings selected it
   all works ok, but if I change the setting to anything other than default, images
   in my header.php and footer.php still do not display on all pages except for 
   the homepage.
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /mywebsite/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /mywebsite/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * If I use the code above, everything works as it should when I have default selected,
   however once I select anything other than default I get a 500 Internal Server
   Error!!
 * 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trouble with htaccess file](https://wordpress.org/support/topic/trouble-with-htaccess-file-1/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/trouble-with-htaccess-file-1/#post-1867072)
 * > link to site please, and where did you place the htaccess file?
 * Can I PM you the link as the site is still under development.
 * This is where I currently have .htaccess
    httpdocs > mywebsite > .protect wp-
   admin wp-content wp-includes **.htaccess **
 * I have another WP website in httpdocs as well, if that makes any difference.
 * > Are you on a windows server?
 * No I’m on a Linux server
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images](https://wordpress.org/support/topic/images-21/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/images-21/#post-1866393)
 * WordPress address and Site address are the same – [http://www.example.com](http://www.example.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images](https://wordpress.org/support/topic/images-21/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/images-21/#post-1866386)
 * Changing the path in Settings > Media doesn’t make any difference, I still get
   the same error
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images](https://wordpress.org/support/topic/images-21/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/images-21/#post-1866380)
 * I have not imported a local database, no content is coming from an imported local
   database. If I create a new page and try to add a picture by uploading it I can’t,
   I get this error:
 * “image3.png” has failed to upload due to an error
    Unable to create directory/
   usr/local/pem/vhosts/117074/webspace/httpdocswebsite/wp-content/uploads/2010/
   12. Is its parent directory writable by the server?
 * The error is for a local path, but the site is a live site. How can I change 
   this path to allow me to upload images!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create feature sections](https://wordpress.org/support/topic/create-feature-sections/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/create-feature-sections/#post-1757770)
 * Some more searching lead me to [multiple content blocks](http://wordpress.org/extend/plugins/multiple-content-blocks/),
   works nicely!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [loop problem – don't show blog info](https://wordpress.org/support/topic/loop-problem-dont-show-blog-info/)
 *  Thread Starter [ger01](https://wordpress.org/support/users/ger01/)
 * (@ger01)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/loop-problem-dont-show-blog-info/#post-1703859)
 * Thanks for the help!

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