criscmaia
Forum Replies Created
-
Thanks, this thread helped me resolve the same issue. My server was not running PHP 5.6. (2)
Forum: Plugins
In reply to: [String locator] Error: Not AllowedI did not, unfortunately. I tried a couple of things but kept getting the same message so decided to download the whole theme folder via FTP and use Notepad++ to search in all files.
Forum: Plugins
In reply to: [String locator] Error: Not AllowedRegardless of what/where I try searching I get this message here:
Forum: Fixing WordPress
In reply to: Missed ScheduleAny update?
Same problem for me. How did you solve it?
Forum: Themes and Templates
In reply to: [Theme: Twenty Sixteen] Move menu bar in a modified child@tritttt, have you found the solution? I have exactly the same problem ??
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Done creating an empty archiveHi Pim,
I’ve installed and activated the version 2.0.5, it is listed on my installed plugin list, but I can’t find it on the right hand side menu. How do I access it?
Edit: I’ve typed the direct link URL that I was accessing for the updated version (…com/wp-admin/admin.php?page=site-migration-export) and it just finished it. 19,2 MB in total. Finger crossed it is all there.
Thanks
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?No problem. That’s exactly the issue I was facing. There are loads of options to set it up. I’ve listed them all on this stackoverflow post: https://stackoverflow.com/questions/32049820/use-htaccess-to-redirect-http-to-https
I would recommend you testing one by one as it may solve the problem. If it doesn’t, I recommend contacting your hosting provider. ??
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Sure! You have to find the .htaccess file on the root of your website (via FTP).
Download it to your pc, make a copy of it (just for backup purpose), open it with a Notepad (or similar), copy/paste the code, save the file, upload it back to the server overwriting the current file.
That should do.
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Topic closed.
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Problem solved!
Final .htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{ENV:HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] # BEGIN WordPress RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Thanks for the suggestion, unfortunately, it didn’t work yet. I keep getting the ERR_TOO_MANY_REDIRECTS.
According to the WP documentation, here is the defautl .htaccess file:
# BEGIN WordPress <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
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Full detailed discussion with tests on stackoverflow:
https://stackoverflow.com/questions/32049820/use-htaccess-to-redirect-http-to-https
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Here is the list of active plugins. I don’t think they are related with the issue but never know:
Advanced Custom Fields All In One SEO Pack Bop Search Box Item Type For Nav Menus Contact Form 7 Disable Comments Google XML Sitemaps Jetpack by WordPress.com Search & Filter Slider WD TablePress UpdraftPlus - Backup/Restore Wordfence Security WPide WP Smush WP Super Cache
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Nope. No e-commerce at all.