Forums

301 redirect & WordPress. (1 post)

  1. sepoto
    Member
    Posted 8 months ago #

    I am using an .htaccess file to do a 301 redirect from sepserver.net to http://www.sepserver.net.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^sepserver\.net$ [NC]
    RewriteRule ^(.*)$ http://www.sepserver.net/$1 [R=301,L]

    If I browse to any directory with a WordPress in it. I get a "too many redirects error". If I go to any directory with a non WordPress site I am able to get there and view the pages just fine. Does anyone know why something like this might be happening?

Reply

You must log in to post.

About this Topic