Conversation
review · 1 starsMy whole site crashed . 500 server error. (.htacces failure) Unistalled, found another solution.
Hello @elmo2000 I’m sorry for any inconvenience due to this issue. I just wanted to inform you it has been fixed in the latest update, version 2.1.5 it tested completely before release so you should be good at using it. Please let me know if you had any questions or concerns. Kind Regards Amin
I’m still having the same issue before and after, using 2.1.5… In my Apache logs: [Tue Aug 15 17:15:48.039787 2023] [core:alert] [pid 3148697:tid 3148741] [client someip:38234] /somepath/wordpress/.htaccess: order not allowed in <Files> context
Updated AllowOverrides in my Apache config and that ended up fixing this for me… the line is now: <Directory /somedirectory> AllowOverride FileInfo AuthConfig Limit Options FollowSymLinks </Directory>
Hello @elmo2000 I’m sorry for any inconvenience due to this issue. I just wanted to inform you it has been fixed in the latest update, version 2.1.5 it tested completely before release so you should be good at using it. Please let me know if you had any questions or concerns. Kind Regards Amin
I’m still having the same issue before and after, using 2.1.5… In my Apache logs: [Tue Aug 15 17:15:48.039787 2023] [core:alert] [pid 3148697:tid 3148741] [client someip:38234] /somepath/wordpress/.htaccess: order not allowed in <Files> context
Updated AllowOverrides in my Apache config and that ended up fixing this for me… the line is now: <Directory /somedirectory> AllowOverride FileInfo AuthConfig Limit Options FollowSymLinks </Directory>