• phpteam

    (@phpteam)


    To protect load-scripts.php from Dos attack we tried the steps as in this link.

    Is define( ‘CONCATENATE_SCRIPTS’, false ) cause the website to load slowly

    The second fix (to add to .htaccess file) breaks the website and CSS are not loading correctly.

    Please suggest how to protect load-scripts.php

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try this one:

    <Files load-scripts.php>
        Order Deny,Allow
        Deny from all
    </Files>
    Thread Starter phpteam

    (@phpteam)

    If we do the above the CSS are not loading. The website is breaking.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘To protect load-scripts.php from Dos attack’ is closed to new replies.