HuddersfieldH
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Media library problems with nginx and multisite migrationThe best way is to move media via FTP, then run the importer, but select import media – you’ll get told that they already exist, but they should now appear in the media library. If not change the links in the database.
Also, wouldn’t it be easier to just move the entire network? (Providing domain stays same)
Forum: Fixing WordPress
In reply to: Two multisites are using same BD wronglyCan you provide domain so I can check out the sites and the dns.
Hi. I’m in Huddersfield. Good to see more people local! ??
You should only need to fill in these fields:
– Choose site
– Give site address
– Give site Name
– (Step 4 is paid version only)
– Click the buttonHave you done all those?
Forum: Networking WordPress
In reply to: plugin sort – multi-ste/ multi-networks / …I’m not sure what you mean, please can you re-explain and I’ll try my best.
Forum: Networking WordPress
In reply to: 500 Internal Server Error on new Multi SiteJust thought. I’ve just check your dns records on https://who.is/dns/outdoorguide.us and everything seems fine.
Have you checked the wildcard domain is pointing at the main domain’s root? (If not it won’t read the .htacces, which might be the issue).
If it fails (has done before when script has crashed), just delete the site and try again.
Are you needing anything in the domain root or are you happy with each in a subdirectory?
Personally I would recommend you put one of them in the root and the other in the subdirectory /sv (treat the subdirectory as a seperate wordpress).
Then point the subdomain en.domainname.com to the root and sv.domainname.com to the folder /sv
Delete both .htaccess files (but back up first just in case).
Go into PHPmyadmin (for both databases) and change the following tables:
wp_options
wp_sitechange the previous address to the new one (each site will have different sub domain)
Go to each site /wp-admin (note the sites might work, but links in menus and posts will still go to old site)
Go to Settings and then permalinks. Choose any setting and save. Go back to permalinks and then change back and save. The links should now be working. ??
Believe me, it gets worse if you did this in multisite (took me whole of this morning to properly import a site, but single sites don’t take much longer than 15 mins if they are on subdomain).
Reply if you need anything re-explaining.
I don’t know much about taxonomies, but I can answer this bit:
I’ve noticed some strange things concerning this taxonomy.
First of all, I can activate and deactivate the plugin containing the taxonomy from network admin plugins panel, but I don’t even see it from wither of site admin plugins panels.When you activate a plugin from network admin, you activate it across all sites and therefore it won’t appear in the network admin plugin area (unless multisite specific plugin, like the domain mapping one). If you try activating it on each individual site, that might work.
Forum: Networking WordPress
In reply to: 500 Internal Server Error on new Multi SiteSorry @dralkyr, I’m just a hosting business aimed at helping people and since I rely on opensource to run my network, I want to contribute.
I’ve been told by a moderator to ask if anyone needs help from me to put it on jobs.wordpress.net
Forum: Networking WordPress
In reply to: Instalation of wordpress on my addon websiteForum: Networking WordPress
In reply to: 500 Internal Server Error on new Multi SiteTry removing the
<IfModule mod_rewrite.c>
and</IfModule>
This is the recommended one if you have put the right WordPress Version on this forum: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]
Forum: Networking WordPress
In reply to: Instalation of wordpress on my addon websiteThe domain fantastishirt.com is pointing at the nameservers, but there aren’t any records for it:
https://who.is/dns/fantastishirt.com
Futsall.net is on the following nameservers:
ns6003.hostgator.com
ns6004.hostgator.comfantastishirt is on these nameservers:
ns1.hostgator.com
ns2.hostgator.comTry set the nameservers for fantastishirt.com to the ones used for futsall.net and try that.
If you want me to make changes for you then please message me the details.
Forum: Networking WordPress
In reply to: How to redirect tag/category slugsI don’t know as I’ve never used that plugin, but it should be fine as long as you don’t have a redirect from the same link on both plugins.
Have you checked the .htaccess file has the right content in it?
I’ve had accounts restored before by my host provider and sometimes when you delete all the old files to begin with, a blank .htaccess will appear (or the old one won’t delete) and the one to be restored won’t be.