• Resolved Irene

    (@arlinaite)


    In the hosting control panel of URL my site is without www.
    Then in the htaccess I have a rule

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^mysite.com
    RewriteRule (.*) https://www.mysite.com/$1 [R=301,L]

    The codex suggest URL without www. What i have to change?
    When I setup the single wp install the https://www.mysite.com was all ready there.
    In the hosting is running a static site that will be rebuild in the multisite.
    I plan to run WordPress out of its own directory with the index.php in the rout.
    The multisite will be with subfolders.

Viewing 1 replies (of 1 total)
  • Thread Starter Irene

    (@arlinaite)

    I delete the rule of the htaccess and did new install.
    Now the wp wrote the URL without www
    Now the www to access the site is only in the DNS of the host.

Viewing 1 replies (of 1 total)
  • The topic ‘URL without WWW in install’ is closed to new replies.