Title: samij0's Replies | WordPress.org

---

# samij0

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Bannerize] Errors out](https://wordpress.org/support/topic/errors-out/)
 *  [samij0](https://wordpress.org/support/users/samij0/)
 * (@samij0)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/errors-out/#post-7768888)
 * jens0771 – I was having the same issue. It looks like the developers no longer
   update WP Bannerize here. Instead, they have an all-in-one dashboard plugin that
   you can download for free after you sign up at their website. You download their
   wpXtreme plugin, install it to WordPress, activate, then click on “wpXtreme” 
   on the left sidebar in your WordPress dashboard, then click “Plugins” scroll 
   down to Bannerize and click “install.” It’s a bit more work, but definitely worth
   it!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only drafted posts are importing](https://wordpress.org/support/topic/only-drafted-posts-are-importing/)
 *  Thread Starter [samij0](https://wordpress.org/support/users/samij0/)
 * (@samij0)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/only-drafted-posts-are-importing/#post-1870900)
 * PHP4 for both sites (they’re under the same hosting account).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only drafted posts are importing](https://wordpress.org/support/topic/only-drafted-posts-are-importing/)
 *  Thread Starter [samij0](https://wordpress.org/support/users/samij0/)
 * (@samij0)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/only-drafted-posts-are-importing/#post-1870754)
 * > Try adding AddType x-mapp-php5 .php to the top of your WordPress .htaccess 
   > file on your original site.
 * Hmm.. that gave me an internal server error. Not sure if I added it in the right
   place though. Here’s what my .htaccess file looks like:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * …where should I insert this?

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