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

Share on Facebook0Tweet about this on Twitter0Share on Google+0Pin on Pinterest0Share on LinkedIn0Share on Reddit0
It's only fair to share...

Add Comment

Required fields are marked *. Your email address will not be published.