Hi! Just last night I changed to word press multi site, so that I can run two separated sites that will have similar content but will be in different languages (there is nothing in there yet, I'm building them still). I was very proud of myself and all that, because I'm not very good a coding, but I did everything as said in this video: http://www.youtube.com/watch?v=GwGC-_KH0jY
My host doesn't have a .htaccess file (it does run Apache), so I just had to change the wp-config.php and it all seemed to be working perfectly.
Today, however, I noticed that I can't access the dashboards of my two subsites. First it would just go on forever and end up with a message error from my browser saying that there was a problem with my cookies.
I did a lot of searching, fixed all that had to do with cookies in my computer but the problem was still the same.
I started looking here in the forum and found this: http://wordpress.org/support/topic/cant-access-the-dashboard-of-networked-sites?replies=11
I did what the last person said, and chanced the
define('SUBDOMAIN_INSTALL', false);
to define('SUBDOMAIN_INSTALL', true);
Now the problem is another one: When I try to go to the dashboard of either my subsites, I get 404 Page Not Found. What do I do? :((((
My main site: saidthegiant.com
Subsite 1: saidthegiant.com/pt/
Subsite 2: saidthegiant.com/eng/
It is structured in subfiles, as you can see. I just don't know what to do anymore.