• Resolved [email protected]

    (@daviddjdavidmylescom)


    Hi

    I had a problem with PHP5 when I first set up WP 2.9.1 on my 1and1 host PHP4 default but used one of the .htaccess mod AddType x-mapp-php5 .php

    I’ve just upgraded to WP 3.1 with my original Minibuzz theme and I am having issues with header, page title and link text colours not replicating what is set and also the page navigation bar text sits out of alignment for the particular page I am on at the time.

    These same problems occurred when I originally setup 2.9 but were solved by PHP5 use

    the .htaccess file looks presently like this…

    AddType x-mapp-php5 .php
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    I’ve seen suggestions to add Options All -Indexes and have tried this above the AddType x-mapp-php5 .php text but this has not improved the problem.

    It has been suggested by someone that this is a Theme issue but I am still of the opinion that its PHP related…but I am only a curious amateur!!

    Any suggestions, please?

    David

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Minibuzz theme and WP 3.1’ is closed to new replies.