htaccess Redirect Code – Where Do I Add Redirect htaccess Code

Home Forums BulletProof Security Pro htaccess Redirect Code – Where Do I Add Redirect htaccess Code

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • #33190
    George Mohan
    Participant

    How can i redirect below links using htaccess code

    http://mywebsite.com/author/test/
    http://mywebsite.com/author/*

    we need it redirect to home page
    eg:

    http://mywebsite.com/author/test/  to http://mywebsite.com/
    #33196
    AITpro Admin
    Keymaster

    1. Copy this example code (edit the example code to match your actual website domain name/URL) below to this BPS Root Custom Code text box: 14. CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page and click the Root BulletProof Mode Activate button.

    RedirectMatch 301 ^/author/test/$ http://www.example.com/
Viewing 2 posts - 31 through 32 (of 32 total)
  • You must be logged in to reply to this topic.