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!
Thread Starter
samij0
(@samij0)
PHP4 for both sites (they’re under the same hosting account).
Thread Starter
samij0
(@samij0)
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?