milob3
Forum Replies Created
-
Thank you Amimul. I already checked those things and they are correct. The issue started after setting up CloudFlare DNS records. Can you point me to documentation on how to set up the Fluent SMTP – Other SMTP connection to work with CloudFlare. Are there some DNS records I need to add to CloudFlare specific to Fluent SMTP – Other SMTP connection to make this work?
Hi Kush,
Thank you for the documentation. It was very helpful. I understand how it works now.
Thank you! I changed an Elementor setting and that removed loading=”lazy”. Optimole is working as expected now.
Hi iSaumay,
Thank you for getting back to me. I found the Optimole documentation about how images are processed as users visit pages. It is working on my site as described in the documentation. There are no errors. Last time I checked, 373 images have been optimized. That number makes sense because many of the images on our site are old and no longer on any pages so they would not be optimized.
Best regards,
Milob
I still have the same issue. If I remove the AIOWSPSEC Firewall code from the Staging .httacess file after cloning completes, Staging works. If I do not remove it. Staging is not accessible. Also files exported with All In One WP Migration files will not import if the AIOS plugin was active when I exported the file. If I deactivate AIOS, both hosting provider cloning and All In One WP Migration work
Begin AIOWPSEC Firewall
php_value auto_prepend_file ‘/home/oregon/staging.meditationinoregon.org/aios-bootstrap.php’
php_value auto_prepend_file ‘/home/oregon/staging.meditationinoregon.org/aios-bootstrap.php’End AIOWPSEC Firewall
I’m sorry to take so long to respond. The aios-bootstrap.php file is there. I pasted the file contents below. Both sites are running on the same host server and are configured the same.
<?php
/**- @version 1.0.1
- WARNING: Please do not delete this file.
- This will cause PHP to throw a fatal error and render your site unusable.
- To safely delete this file, please check both your .user.ini file and your php.ini file and ensure this file is not set in the auto_prepend_file directive.
- Please ask your web hosting provider if you need guidance with executing the aforementioned steps.
*/
$GLOBALS[‘aiowps_firewall_rules_path’] = DIR.’/wp-content/uploads/aios/firewall-rules/’;
// Begin AIOWPSEC Firewall
if (file_exists(DIR.’/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php’)) {
include_once(DIR.’/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php’);
}
// End AIOWPSEC Firewall