cjt58
Forum Replies Created
-
Hi Mark. Thought I’d try the old log out, quit and reboot (took three attempts) but all now appears to be working as it should. Guess it may have been a Chrome cache thing… Thanks again for the great plugin and for also responding to my topic, much appreciated. Craig.
Hi Mark. Thanks for the response, unfortunately has had no effect. The htacess is below if that helps.
RewriteEngine Off
AddHandler application/x-httpd-php73 .php .php5
DirectoryIndex index.cgi index.php# BEGIN rlrssslReallySimpleSSL rsssl_version[3.3.5]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Proto} !SSL
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks, Craig
Forum: Plugins
In reply to: [BackUpWordPress] 3.1.4 is only one that works for meHi Owain
Database only backups also fail.
Cheers, CraigForum: Plugins
In reply to: [BackUpWordPress] 3.1.4 is only one that works for meHi Owain
Thanks for getting back. Have emailed details as requested.
Cheers, CraigForum: Plugins
In reply to: [BackUpWordPress] 3.1.4 is only one that works for meHi
Have the same issue, 3.1.4 works, versions above don’t, either manual or scheduled.
Have had issues using Heart Internet in the past with wp-cron and ‘scheduled tasks’ but followed your instructions and all was working well.
Rolled back to 3.1.4 on client sites (works perfectly), it’s a great Plugin and would love to help in finding a fix (have a personal dev site I don’t mind breaking 😉
Cheers, Craig