redirect subdomains wordpress author pages Eg: example.com/author => author.example.com In .htaccess fle add the following rewrite rules RewriteCond %{HTTP_HOST} !^www.example.com RewriteCond %{HTTP_HOST} ([^.]+).example.com RewriteRule ^(.*)$ ?author_name=%1 000000It's only fair to share... February 14, 2016 admin Wordpress Leave a Comment