jmontelongo
Forum Replies Created
-
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksHello Rg,
I finally decided to stay on managed wordpress with GoDaddy even when they dont offer multisites. What I really needed was a multilingual site, so I decided to go with WPML and problem solved.
If you need multisite support and a quite good managed platform, let me recommend Dreamhost, their support is superb.
hope this helps, regards.
jtM
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksRight now I hate Godady.
Godaddy:
You wouldn’t be able to enable multisite on managed wordpress, you would need a standard hosting for that.
Sorry Ipstenu to make you waste your time. In your opinion what would be a good choice for managed wordpress?
regards,
jtM
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend Linkshttp://6e3.a73.myftpupload.com/ directly
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksI just did as you said, a nice clean new install, and followed the steps to create the network and after that create a couple of new sites (/en and /fr), same exact behaviour, the dasboards are pointing to the root site. Weird, really weird.
http://6e3.a73.myftpupload.com/
http://6e3.a73.myftpupload.com/en
http://6e3.a73.myftpupload.com/frAny other advice?
jtM
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksThis was a totally clean setup of wp?
Not exactly, our main site (comercioepi.co) is hosted with GoDaddy Managed WP, and I copied production to staging using the provided option in Godaddy’s control panel.
On the other side, this is the second time I tried to do this unsuccessfully, and the steps to create a multisite are rather simple and well documented. Probably my best option right now is going for WPML, but I honestly thought this would be simple and straightforward.
Any other advice?
jtM
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksFirst of all, thank you so much -Ipstenu- for taking the time to read and answer not only mine, but several threads at the same time, you’re awesome.
The link is definitely wrong, for example, in the Wp Admin toolbar, under “My SItes”, the engish version of the site “(EN) Comercio Epico”, the dasboard link is:
<li id="wp-admin-bar-blog-2-d"> <a class="ab-item" href="http://0f6.c75.myftpupload.com/wp-admin/">Dashboard</a> </li>Finally, my.HTACCESS contains:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPressThanks in advance!
jtM
Forum: Networking WordPress
In reply to: The curious case of The Multisite Backend LinksDone, still happens.
Next step?