• class-core.php line 752

    RewriteRule (.*) ^https://%{REMOTE_ADDR}/$ [R=301,L]

    problem ———–> /$

    You .htacces here is giving error for using such code. I’m using LiteSpeed and he was yelling in your code ..

    Sites permalink structure with “/” Where did you remove that bit of “$” are you using?

    This is such update .. ( no “/” and no “$” )
    RewriteRule (.*) ^https://%{REMOTE_ADDR} [R=301,L]

  • The topic ‘careless coding’ is closed to new replies.