wenboown
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can't Access Dashboard – After Domain MappingI met the exact same problem today. I tried carriemulcahy’s trick but it didn’t work for me. In the end I managed to find another fix:
My wordpress 3.5 is running on a AWS LAMP server. I have setup the multisite network and I can access the dashboard of site1.main.com and site2.main.com. But after I installed the MU Domain Mapping plugin and changed the site2.main.com to site2.com. (I used the “by configuring virtual hosts, specifying the same document root for each” option here.)
After that, I can only view the site, which means the DNS and etc works fine. But I can not access the admin dashboard of the site2.com.
I found two fix:
1) Disable the Domain Mapping on network. Go to dashboard of site2.main.com. Enable the Domain mapping plugin there and set the site2.com there. You will be able to have a site2.com wordpress site and a site2.main.com/wp-admin backend.2) Enable the Domain Mapping on network. Besides all the official plugin setup instructions, you also need to add your site2.com in the “super admin->settings->domains”.
Hope this will save someone sometime.
Forum: Plugins
In reply to: WordPress can now run on Amazon S3Hi Artem,
I am excited about the ClouSE! It would be a great solution for a lot of people!
Right now I am running my wordpress site on EC2 with a RDS database. I found some posts about how to modify the my.cnf/my.ini of RDS using AWS SDK command line toolkit. But didn’t find how to add the clouse.so to the MySQL plugin.
I found that you provided a solution to use S3 as a Media Server sometime ago. Is there any new progress on combining the power of S3 and RDS?
Two separate questions:
1) what is the advantage of using ClouSE vs mounting S3 bucket as a file system on EC2 to replace the wp-content folder?
2) CDN: when we use ClouSE with EC2 and S3, do we get CDN benefit automatically, or we still need to setup the CDN?Thank you! Keep on the great work!
Bo