Sue
Forum Replies Created
-
Forum: Plugins
In reply to: [PixGridder] pixgridder not showing any content in builder tabDid 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!
Forum: Fixing WordPress
In reply to: Permalinks won't work – Apache says URL not found on this serverSorry 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 WordPresslinks 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>Forum: Installing WordPress
In reply to: WordPress installed, but no accessOK, 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 xForum: Installing WordPress
In reply to: WordPress installed, but no accessOK, trying it now. Hold the line!