I added a special version of the plugin, which automatically adds the right to publish unfiltered_html for simple administrators (only administrators).
If desired, you can download it from this link – v 1.2.0 ME
]]>(a) With the WordPress application already utilized for existing website add web pages for clients with a different theme and redirected to their own domain
(b) Install a fresh WordPress application and from there design one-page websites for clients?
please advise if there is a fix to this?
thanks,
darryn
]]>I have activated the plugin on a multisite install.
Main blog (root) is ok.
But all subsites display an error : Bitcoin and Altcoin Wallets error
Bitcoin and Altcoin Wallets could NOT create a transactions table “wp_xxxxxxxxx_wallets_txs” in the database. The plugin may not function properly.
Can you explain me the error ?
Regards
]]>I just installed my multisite for my domain (samanthaongphoto.com). This is located in my directory under “/home/soluscio/public_html/photography/”.
When I install a new wordpress site, it installs into “/home/soluscio/public_html/new-site-name/” and then the dashboard goes to the wordpress install in “/home/soluscio/public_html/” which is for a different domain (not the main-site domain I am trying to use this for).
I followed the instructions noted in the Network Setup and installed the following in wp-config.php under “/home/soluscio/public_html/photography/”
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'samanthaongphoto.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
And .htaccess under “/home/soluscio/public_html/photography/”
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
Is it possible to have the new sites installed in “/home/soluscio/public_html/photography/” which is the main-site install? Ideally, I’d like it to install in a completely different directory “/home/soluscio/public_html/photography/clients/” but may not be possible.
Thank you for your help!
Samantha
I am in urgent need of help.. thousands of users are waiting for my site to go back up. (justcause2mods.com)
Heres the situation.
I have setup the main wordpress site as vgmods.net installed on a VPS with a shared IP as a addon domain in Cpanel.
From godaddy I am pointing the DNS to my server using nameservers – The 8 domains are setup as addon domains and point to the /vgmods.net/ folder in /public_html/ (vgmods.net is also addon domain)
The multisite setup works the domains each point to their assigned multisite setup. click on dyinglightmods to see from vgmods.net
The Problem.
A domain mapped site breaks user login, a non domain mapped site is fine vgmods.net/justcause2/, it works perfectly. Login is broken even if they are already logged into the main site then go to one of the sites. remote/non-remote login i tried both, and don’t mind either method.
To Test
go to vgmods.net – bottom left is the login widget use
user: zenintest
pass: lolomg
Then hit the dying light mods image – You will notice the top right shows ‘MY ACCOUNT’ but it should show the user avatar and their name.
This works fine without a mapped domain. see vgmods.net/justcause2/
Please can anyone help with my setup, what have i done wrong?
please let me know as i have loads of users waiting to get content, and it isn’t available anywhere else.
Many Thanks.
Zenin
I would need your help with consolidating two WP installs I have to one multisite, but I am a bit insecure about the best approach and don’t want to ruin any SEO I built up until now. The two sites are as follows:
https://www.artweekenders.com/ and https://blog.artweekenders.com/
The main reason for opting for this set-up back when we started with the site was to be able to have different permalink structures for the two sites (the blog showing date fr a newsy feel, the main site not for evergreen content).
Currently they are on two separate installs, mainly because I couldn’t figure out how to set it up properly when I started… While I’m a bit better now technically speaking, the whole situation makes me a bit nervous.
Thus, I would now like to or:
a.) Move the two installs into a Multisite solution – I have it set up on the www site, just not sure how to move the blog to it; or
b.) Move the blog to the Multisite but instead of having it as now a sub-domain converting it into a sub-directory solution. The main reason for this is to avoid future complications, and also because the new theme I have and working on to install requires separate licenses for sub-domains as well, so I’d like to avoid the double cost…
What do you recommend for me to do?
A third question:
c.) What is the best solution for pulling content into the e.g. latest post feed of a sub-domain on the main domain? Thus, how can I get the latest post from the blog.artweekenders.com showing easily (widget or on pages) on www.artweekenders.com, and vice versa? The solution I used was with RSS feed, but I just read today that this is baaaad for SEO since it slows down the site big time. I read about the WordPress MU Sitewide Tags Pages plugin – but are there better solutions?
Thankful for all the help you can provide me with!
]]>Is there any plugin in wordpress, which can help me out with this.
]]>So, I’ve perused numerous blog posts and WP forum articles, and I am still not getting multisite to work on my site.
My site is hosted through BlueHost. My domain is through Google (which is GoDaddy). I’ve made sure all of my nameservers are pointing to BlueHost (NS1.BLUEHOST.COM
NS2.BLUEHOST.COM )
and that my A Records are pointing to the shared IP address I have on BlueHost as well.
In the BlueHost hosting cPanel, I set the subdomains to be *.mydomain.com and saved in /public_html/ and not /public_html/wildcard. I manually installed WP to the public_html folder and not a subfolder.
My .htaccess is as follows:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress
and my wp-config.php looks like:
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'mysite.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/* That's all, stop editing! Happy blogging. */
The multisite configuration and setup seems to work perfectly; however, every time I try to set up a new site and visit the dashboard or the live site of the new subdomain I get, “Webpage not available”.
What am I doing wrong??
]]>Basically I want to know if it is an easy process to change the domain where I have installed my WP multisite (subdomain). I would like to know if is something that would be easily done just changing the URL in the settings or if it involves going and changing database, doing backups, or doing other things.
I am very new to WordPress. I have signed up for a new host account today with bluehost and have registered a new domain, which is my primary domain (mirosoaresstudio.com). Then I have also transferred my old domain registration to bluehost (mirosoares.com), but it will take about 7 days to be done.
I have just installed my WP multisite on my primary domain (mirosoaresstudio.com). It works well. But I want actually to have it installed on the other domain (mirosoares.com). Should I just go on and change the domain later? Or delete this installation and install it in the domain when is has been transferred?
I would really appreciate your help.
Thank you guys.