• Resolved zulfipoy

    (@zulfipoy)


    When i type the domain with www the website redirected successfully. However, when i type the domain WITHOUT www, the page gets failed and says no url found. Pls help me with this issue. I am trying hard to get this one success from yesterday. Site is configured to www in General -> Settings before installing multisite.

    I have provided the code given in “Create a network” page to replace in .htaccess file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • maybe its bout your DNS

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Your server isn’t set up right to force NON www.

    You can force this with .htaccess:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^domain.com$ [NC]
    RewriteRule ^(.*)$ https://domain.com/$1 [L,R=301]
    Thread Starter zulfipoy

    (@zulfipoy)

    I have fixed the issue.

    What i made is, i uninstalled multisite and reinstalled. When reinstalling, in “Create Network” page it was asked for domain name and I gave without www (previously provided with www) which worked fine. Now if i provide with www, it redirects to non-www.

    Thanks behnamghezelbash and Ipstenu for replying.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page URL not found’ is closed to new replies.