I want to change author page's url from /author/username to /user/username.
Anyone can tell me how to do it? Thanks~~~~~~~~
I want to change author page's url from /author/username to /user/username.
Anyone can tell me how to do it? Thanks~~~~~~~~
Can't swear to this but maybe something like this in your .htaccess file:
RewriteRule author/(.*) user/$1 [L]
This topic has been closed to new replies.