URL without WWW in install
-
In the hosting control panel of URL my site is without www.
Then in the htaccess I have a ruleRewriteEngine 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)
Viewing 1 replies (of 1 total)
- The topic ‘URL without WWW in install’ is closed to new replies.