• Resolved David Graham

    (@david_graham)


    I have an issue with a client’s website that may be related to this plugin. Something seems to have gone wrong while it was writing to the .htaccess file as it ends prematurely. The wp-config.php file is also blank. Both changes seem to have occurred at the same time.

    I’ve pasted the last section of the .htaccess file below. You can see it suddenly ends in the middle of writing an ip.

    <IfModule mod_authz_core.c>
    		<RequireAll>
    			Require all granted
    			Require not env DenyAccess
    			Require not ip 1.37.81.249
    			Require not ip 5.188.62.26
    			Require not ip 5.188.62.21
    			Require not ip 5.188.62.76
    			Require not ip 5.188.62.174
    			Require not ip 86.84.79.118
    			Require not ip 196.70.5.195
    			Require not ip 105.157.36.62
    			Require not ip 101.53.233.175
    			Require not ip 160.179.215.150
    			Require not ip 162.241.46.158
    			Require not ip 145.239.30.199
    			Require not ip 39.42.139.143
    			Require not ip 91.222.16.183
    			Require not ip 91.222.16.172
    			Require not ip 49.37.53.232
    			Require not ip 87.220.17.219
    			Require not ip 191.189.6.48
    			Require not ip 84.232.193.187
    			Require not ip 109.129.177.50
    			Require not ip 187.161.106.171
    			Require not ip 5.184.37.251
    			Require not ip 80.89.75.108
    			Require not ip 112.200.253.104
    			Require not ip 85.16.223.211
    			Require not ip 180.250.183.154
    			Require not ip 213.149.61.185
    			Require not ip 118.179.177.198
    			Require not ip 202.78.236.132
    			Require not ip 68.224.96.93
    			Require not ip 185.92.24.27
    			Require not ip 60.54.89.49
    			Require not ip 27.65.17.163
    			Require not ip 67.45.32.242
    			Require not ip 189.160.245.0
    			Require not ip 176.221.122.219
    			Require not ip 73.69.205.163
    			Require not ip 14.226.236.124
    			Require not ip 86.125.92.18
    			Require not ip 103.110.48.183
    			Require not ip 197.211.254.20
    			Require not ip 2.233.92.239
    			Require not ip 103.25.250.253
    			Require not ip 62.210.79.233
    			Require not ip 45.10.1

    I had noticed previously that the site was slow to load at times. Could this be some kind of timeout problem?

    Thanks for any help you can provide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shalom Taiwo

    (@shalomt)

    Hi @david_graham,

    Could you please try flushing the?Server config?and?wp-config rules?in Security > Settings > Tools to see if it resolves the issue?

    I had noticed previously that the site was slow to load at times. Could this be some kind of timeout problem?

    I’ll recommend increasing the maximum execution time in your php.ini file. 

    If none of the suggestions work, I’ll suggest doing a plugin conflict to see which plugin might be causing this. I’ll also recommend contacting your hosting support to better assist in checking the server logs and locate the root cause of the error.

    Please let me know if it helps and if you require further assistance.

    Best regards,
    Shalom

    Plugin Support Shalom Taiwo

    (@shalomt)

    Hi there,
    I hope the information provided helped resolve your issues. Given that we have not received a response, I will mark this post as resolved. If you still need some assistance, please feel free to open a new support topic, and we would be happy to assist.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank wp-config.php and unfinished .htaccess’ is closed to new replies.