• Does anyone know if it’s possible, and also how, to use mod-rewrite to create nice URLs in the wp-admin part of WordPress?

    I would really like to change things like the following:
    https://mydomain/wp-login.php to https://mydomain/login/
    https://mydomain/wp-admin/ to https://mydomain/backend/
    https://mydomain/wp-login.php?redirect_to=/my-page/ to https://mydomain/login/redirect/my-page/
    https://mydomain/wp-login.php?action=/my-page/ to https://mydomain/logout/

    I’m pretty sure it’s possible, but my mod_write and htaccess skills aren’t good enough to work this out.

    Has anyone managed to get this working?

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Using Mod Rewrite for nice URLs in wp-admin’ is closed to new replies.