Multisite Subdomain subdirectories empty
-
What I have:
I’m hosting my own server with unlimited access to all things.
Sever is Ubuntu 14.04 – WordPress 4.1 (Latest)
I’m hosting this from home so I use a Dynamic-DNS (freedns.afraid.org) service.
My Domain Name is cp-fc.comWhat I’ve Done:
I’ve setup my domain cp-fc.com so I can go to cp-fc.com OR https://www.cp-fc.com
I then setup a subdomain of calimar.cp-fc.com
All records were updated with my Dynamic-DNS
I placed a test index.html in my /var/www and /var/www/calimar folders
Both index pages showed up just fine when visiting them from the web.
I then deleted both index.html files and installed wordpress with multisite support.
The installation as best I could tell was flawless. There was only ONE thing I had to do differently.
In the /var/www/wp-config.php there is the line:
define(‘DOMAIN_CURRENT_SITE’, ‘YOUR IP ADDRESS HERE’);
Now, since I’m using dynamic dns service I wasn’t sure what to put so I put this instead:
define(‘DOMAIN_CURRENT_SITE’, ‘cp-fc.com’);
which may or may not be part of my problem.Where I’m stuck:
https://www.cp-fc.com and cp-fc.com both show up with my wordpress test page beautifully. When I go to My Sites > Sites I try to create a new site. I want to have the subdomain calimar.cp-fc.com with it’s own site. So for domain I put htt://calimar.cp-fc.com, then for Path I leave it blank (tried putting /calimar there too but then it tries to go to http:calimar.cp-fc.com/calimar and there is no such site since apache2 is setup so that /calimar is the root of that subdomain) and have a check mark for Update siteurl and home as well.
I save changes and the word press takes it just fine. However when I go to visit the site, only the index of the directory shows up.
ls /var/www/calimar shows no files at all.So that’s where I’m stuck. Any ideas?
- The topic ‘Multisite Subdomain subdirectories empty’ is closed to new replies.