dgilmour: All plugins deactivated. Trying to (re)upload file (its a garmin cycling data file: .gpx)
“activity_67437502.gpx” has failed to upload due to an error
File type does not meet security guidelines. Try another.
It uploaded previously though and I tried uploading a .png and thats fine.
The weird thing with the cycling data is that it displays some of the data (the elevaton & speed profile) but not the overlaid google map with the GPS plotted route
Ipstenu: permalinks work ok. Ive tried changing them to non-pretty and saving but makes no difference.
.htaccess file contains the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
I did have maintenance mode running but you can see the blog post now:
https://zanf.net/2011/02/testing-the-new-gmaps-plugin/