Thread Starter
lifvic
(@lifvic)
Hi I solved the problem by adding the following lines in my htaccess:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.example.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
Thanks for the help!
Thread Starter
lifvic
(@lifvic)
Thank you! I have found on codex that I could also switch network types: https://codex.ww.wp.xz.cn/Multisite_Network_Administration#Switching_network_types. I used it and it worked! Though I had to be more careful with CPT template files and specify what content I wanted to present on which site, since they share almost everything. But eventually it is up live. Thanks again for your help! 🙂