rapounzel7
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteI have fixed the IP addresses and now they match! ??
From the File manager, I have copied all the files etc from the main site to the subdomain’s gr.boutsivaris.gr directory.
However, still the site is not available.
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteWith an IP-checker, for the first I see the same IP as you show me. For the GR, I get this:
Error determining IP Addresses for gr.boutsivaris.grDid I do something wrong with the site’s URL?
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary sitehttps://boutsivaris.gr/ is the original (working fine) site and the GR site should be https://gr.boutsivaris.gr/
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteMy .htaccess file is the following:
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).*) wordpress/$1 [L]
RewriteRule ^(.*\.php)$ wordpress/$1 [L]
RewriteRule . index.php [L]Is there a problem, since I do not have the second quote/paragraph?
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteSorry for being late, too! I believed I had answered.
Do I have to copy the original .htaccess-file somewhere? In a diferrent folder?
Forum: Plugins
In reply to: [Multisite Language Switcher] Different languages of the primary siteYes, I have created a new site (apart from the main that is in EN) and I would like to have the same things in it, but in GR.
I do not see something that is not working now, however I do not know what to do next.
I have access to the dashboard of the Network Admin and to the main site’s dashboard (in EN), but NOT in the dashboard of the created site (let’s assume in GR).