I have read numerous troubleshooting pages on this site all ranging from htaccess issues to configuration.php issues. I have tried them all, nothing works.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by on Saturday, 07 May 2016 17:20 CDT
SecFilterEngine Off SecFilterScanPOST OffBut is should be enclosed in an IF statement so it works on your local server too. Like this:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>You can find more information here: http://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file.
Regarding the download file vs run, there is a legitimate reason – also in .htaccess. An AddHandler directive used on his live site to enable a newer version of PHP (e.g. PHP 5.6) is causing the problem on the local server. MAMP has very different expectations on the second part of AddHandler than live hosts. He could put that AddHandler directive inside the previous <IfModule> (which only runs on his live host), fixing this issue.
Note that both .htaccess changes should be made on the live site so that future backups include them. Therefore, restoring future backups would not require mucking around with .htaccess.
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!