Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you ever get a solution for this? I’m having the same problem. Using Windows 10, Firefox (and tried it in Chrome, IE and Edge)

    Cleared DNS and all cached pages etc, makes no difference.

    Screenshot at http://south-hill.co.uk/wp-content/uploads/2017/02/pixgridder.jpg

    It was fine last week before we migrated to a new server. I have changed nothing on my computer since then. My colleague who migrated it says he can see the PixGridder editor on his computer, a Mac, in Firefox, Chrome and Safari!

    Thread Starter Sue

    (@sue1201)

    Sorry for the “bump”

    .htaccess reads as follows:

    AddType application/x-httpd-php53 .php
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    
    # END WordPress

    links from the menu still don’t work.

    How do we tell if mod_rewrite is active?
    conf file:

    <VirtualHost *:80>
            ServerAdmin me@here
    
            DocumentRoot /var/public_html/www
            <Directory />
                    Options FollowSymLinks
                    AllowOverride All
            </Directory>
            <Directory /var/public_html/www/>
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride All
                    Order allow,deny
                    allow from all
            </Directory>
    Thread Starter Sue

    (@sue1201)

    OK, I got a bit further this time. Thanks for the suggestion Esmi, it never occurred to me that it might be a corrupt download.

    But now I get a message saying:

    Your server is running PHP version 4.4.9 but WordPress 3.3.1 requires at least 5.2.4.

    Oh dear! Looks like 1and1 need to upgrade. I will be sending them an email shortly.

    Thanks again for the assistance.
    Sue x

    Thread Starter Sue

    (@sue1201)

    OK, trying it now. Hold the line!

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