aviceda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: https installed on host, no wp adminThanks sinip, I did add the define(‘FORCE_SSL_ADMIN’, true); to the wp-config.php but that doesn’t seem to help.
I’ve added the following lines to the .htaccess file, can you see any problems with that?
RewriteEngine on
<IfModule mod_rewrite.c>
rewriteEngine On
rewriteCond %{SERVER_PORT} 80
rewriteRule ^(.*)$ https://www.aviceda.org/$1 [R,L]
</IfModule>
Forum: Fixing WordPress
In reply to: No visual edit window contentsTrouble is I don’t have the same problem with Fedora and Windoze, Ubuntu is usually the least security-affected.
Strange thing is I can see the wavy red lines that highlight errors in the Vis edit window but no text or graphics.Forum: Plugins
In reply to: nextgen geo – map not displayingHi Frederic, tried the new version and now only get this message:
Warning: exif_read_data() [function.exif-read-data]: Unable to open file in /home/******/public_html/***/wp-content/plugins/nextgen-gallery-geo/functions.php on line 24 39 times!
Forum: Plugins
In reply to: nextgen geo – map not displayingFrederic, what do you mean by “the trunk version”….can I download it?
Apologies for my poor knowledge of coding.
I’m really looking forward to seeing the maps working on my site, so thank you for all your effort!
TomForum: Installing WordPress
In reply to: Upgrading 2.0 to 2.2Thanks Michael, worked it out and upgraded.
Tom