• Resolved Fanaticweb

    (@fanaticweb)


    Hi Brandon,
    I changed the Author Base to “member”, all works well, yet SEO wise, Google is unable to index the new author base, which explains the fact when I tried accessing the old author slug, I get Content not found.

    Is your plugin supposed to take care of the redirection?
    If not, how can we go by to force a redirect from the old “author” to example “member” slug?

    I tried many ways in htaccess but none of them worked.

    RewriteRule ^author/?$ $1/member$2 [R=301,L]
    RewriteRule ^member/(.*) author/$1
    RewriteCond %{THE_REQUEST} ^GET\ /author/
    RewriteRule ^author/(.*) /member/$1 [L,R=301]

    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^(.*)/author/(.*)$ $1/member/$2 [R,L]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Allen

    (@thebrandonallen)

    Hi @fanaticweb,

    My plugin does not handle the redirection.

    Thread Starter Fanaticweb

    (@fanaticweb)

    Understood, thank you for pointing it out Brandon, I did manage to fix it after all using custom code in htaccess for an existing website, meanwhile, this was not an issue with newly deployed websites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL is not available to Google’ is closed to new replies.