• Resolved ofmarconi

    (@ofmarconi)


    I’ve tried everything, but WP-Admin is not redirected to where I want it (a specific plugin page within Wp-Admin.

    I want to redirect only the EDITOR level.

    It’s possible?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ofmarconi

    (@ofmarconi)

    Redirect /wp-admin/index.php https://site .com/custom.php

    This in htaccess works, but needed only for EDITORS.

    Plugin Author John Godley

    (@johnny5)

    No, it is not possible to redirect /wp-admin/ as people break their site.

    Thread Starter ofmarconi

    (@ofmarconi)

    Understand,

    I changed this in .htaccess:

    Redirect /wp-admin/index.php https:// site .com/custom

    Should I worry?

    Thanks and congratulations for the plugin!

    • This reply was modified 5 years, 6 months ago by ofmarconi.
    • This reply was modified 5 years, 6 months ago by ofmarconi.
    Plugin Author John Godley

    (@johnny5)

    Worry about what?

    If you perform that redirect in .htaccess then it won’t be possible to detect if you are an editor, and everyone will be redirected.

    Thread Starter ofmarconi

    (@ofmarconi)

    Worrying about my site can be hacked

    making this change directly in .Htaccess

    • This reply was modified 5 years, 6 months ago by ofmarconi.
    • This reply was modified 5 years, 6 months ago by ofmarconi.
    Plugin Author John Godley

    (@johnny5)

    The above redirect has no impact on your site being hacked. WordPress will already redirect unauthorised users, and there is no need for any additional redirect.

    Thread Starter ofmarconi

    (@ofmarconi)

    Thx!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Doesn’t it work for /wp-admin/ ?’ is closed to new replies.