Skip to content
View aydinjavadly's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aydinjavadly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WordPress - Enable WP_DEBUG only for... WordPress - Enable WP_DEBUG only for specific IP address.
    1
    <?php
    2
    /**
    3
     * File: wp-config.php
    4
     * 
    5
     * Enable WordPress debug only for your IP address
  2. WordPress - Change "wp-content" fold... WordPress - Change "wp-content" folder name. Change "themes" folder name. Change "plugins" folder name. Change "mu-plugins" folder name. Change "uploads" folder name. Changing the Site URL.
    1
    <?php
    2
    /**
    3
     * File: wp-config.php
    4
     * 
    5
     * 1. Changing the Site URL
  3. WordPress - Default security setting... WordPress - Default security settings: X-Frame-Options Header in Wordpress. Cookie with HTTPOnly and Secure flag in Wordpress. Secure connection. Cleanup image edits. Disable plugin and theme update and installation. Disable the plugin and theme editor. Disallow unfiltered content. Disallow unfiltered uploads. Disable load scripts for prevent DDOS attacks. Enable auto security update. Redirect nonexistent blogs. Enable auto security update. Block external url requests.
    1
    <?php
    2
    /**
    3
     * File: wp-config.php
    4
     * 
    5
     * 1. X-Frame-Options Header in Wordpress
  4. WordPress - Speed up performance: Di... WordPress - Speed up performance: Disable post revisions. Set autosave interval. Set trash days. Increasing public memory. Increasing the administrative memory. WordPress cron timeout.
    1
    <?php
    2
    /**
    3
     * File: wp-config.php
    4
     * 
    5
     * 1. Disable post revisions
  5. WordPress - Setup SSL. Prefer SSL us... WordPress - Setup SSL. Prefer SSL usage for admin area.
    1
    <?php
    2
    /**
    3
     * File: wp-config.php
    4
     * 
    5
     * 1. Prefer SSL usage for admin area