Forums

Problem without www (4 posts)

  1. chechogr
    Member
    Posted 1 year ago #

    Hello,
    In the admin / settings / general I set up my site to work without www.
    If I request the site with www, I get a 404 error
    If I change in the admin for the main domain to be the site with triple www, my full site, including admin breaks down.

    Can someone give me some help to fix this issue?

    Thanks.

  2. chechogr
    Member
    Posted 1 year ago #

    Someone?

  3. eridout
    Member
    Posted 1 year ago #

  4. Joseph
    Member
    Posted 1 year ago #

    Add the following to your .htaccess.

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags