from multisite to single site
-
hi.
i have installed wp multisite on subdirectory.
but had issues with it: https://www.ads-software.com/support/topic/cant-create-new-user-on-multisite/#post-15144203
So i decided to migrate from multisite to single site setup.Before i take my first step. i need to get some answer.
(1) my main site and subsite use www. and i have this code
`
RewriteEngine on
RewriteCond %{HTTP_HOST} ^myysite.com
RewriteRule (.*) https://www.myysite.com/$1 [R=301,L]to redirect all non www user to www version. (2) if i modify above code like this
RewriteEngine on
RewriteCond %{HTTP_HOST} ^myysite.com/bd/$1
RewriteRule (.*) https://www.myysite.com/$1 [R=301,L]
`
will this code make my subsite url become main site url? around 100+ page were index on seo. so i just want to keep already established link from subsite to on main site. Like this:subsite: https://www.myysite.com/bd/post-names/
(bd is my subsite.)
main site: https://www.myysite.com/post-names/(3) subsite export file imported in main site will there be any attachments error? i mean do i have to manually change those link?
The page I need help with: [log in to see the link]
- The topic ‘from multisite to single site’ is closed to new replies.