Forums

How can I change author page's default url path from /author to /user ? (2 posts)

  1. bubchou
    Member
    Posted 2 years ago #

    I want to change author page's url from /author/username to /user/username.

    Anyone can tell me how to do it? Thanks~~~~~~~~

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    Can't swear to this but maybe something like this in your .htaccess file:

    RewriteRule author/(.*) user/$1 [L]

    Related:
    http://www.google.com/search?q=RewriteRule+author

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags