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…
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed