redirect non www not working

Discussion in 'Installation/Configuration' started by chief, Apr 2, 2014.

  1. chief

    chief Member HowtoForge Supporter

    Hi,

    fedora 15
    ISPconfig 3.0.5.3 upgraded from previous version

    ok, the problem:

    websites before upgrade to 3.0.5.3 have auto-subdomain www. enabled
    redirect - seo redirect set to domain.tld => www.domain.tld

    so those sites before still have www.domain.com in the address bar.

    new site's added, use same settings and they only display the site without seo redirect enabled.
    when i enable seo redirect page states:

    The page isn't redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


    dave
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that a redirect rule in ispconfig conflicts with rules in the .htaccess file of the site.
     
  3. chief

    chief Member HowtoForge Supporter

    hi till, thanks for reply

    here is the .htaccess contents (wordpress)
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>


    dave
     

Share This Page