Support » Networking WordPress » Adding multisite removed 'www' from my URL causing broken links

  • Hi,

    I posted a question yesteray, link below, and ended up rather than finding a way to get the www back, i ended up adding this to the .htaccess to 301 redirect to the new URL.

    # Getting rid of the WWW in front
    RewriteCond %{HTTP_HOST} ^www.dropdeadgorgeousdaily.com [NC]
    RewriteRule ^(.*)$ http://dropdeadgorgeousdaily.com/$1 [L,R=301]

    The problem is it is redirecting all links to the homepage, and not to the non www version of that page.

    So I need either:
    A – a way to get the www back in the URL (it’s greyed out in the admin)
    B – a way to change the redirect code to redirect to individual pages

    thanks.

    http://wordpress.org/support/topic/427177?replies=12

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding multisite removed 'www' from my URL causing broken links’ is closed to new replies.