livebillal
Forum Replies Created
-
Forum: Networking WordPress
In reply to: One WordPress website two main domain with IISlivebillal –
First, did you install WP sub-directory with main domain https://www.one.com?
Second, create a new site called two. Verify that it works by going to https://www.one.com/two.
Third, if you created a directory/folder ‘two’ remove it!
Fourth, configure WP Domain mapping tool for the new ‘two’ site.You are getting the “Directory Listing Denied” because you created a folder when you should not be.
Now I am clear how multisite works after getting above message.
Also, when I open the https://www.two.com then it shows the message “Directory Listing Denied”
This was wrong. When I add a site, then adding to the site. But It will be shown under “My Sites -> Network Admin” menu at the top. There is showing only https://www.one.com sites. Now I open the https://www.one.com/newsite then it shows below message
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.HTTP Error 404 – File or directory not found.
Internet Information Services (IIS)Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.Forum: Networking WordPress
In reply to: One WordPress website two main domain with IISwp-config.php
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘SUNRISE’,’on’);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘www.one.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);.htaccess
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]I had tried with my localhost then it worked.
Forum: Networking WordPress
In reply to: One WordPress website two main domain with IISI have created https://www.one.com/newsite
don’t work.Forum: Networking WordPress
In reply to: One WordPress website two main domain with IISI have installed subdirectory with IIS & subdirectory maps to https://www.two.com domain.
When I open the https://www.two.com then it shows the message “Directory Listing Denied”
Forum: Networking WordPress
In reply to: One WordPress website two main domain with IIShttps://www.one.com/two map to https://www.two.com is done.
Don’t save
Site ID : 1
Domain : https://www.one.com
Primary : yesAlso, when I open the https://www.two.com then it shows the message “Directory Listing Denied”
I have created the folder like below
https://www.one.com/twoFolder “two” added two domains like https://www.one.com/two, https://www.two.com
The folder will be same root?
Forum: Fixing WordPress
In reply to: Briefly unavailable for scheduled maintenanceThanks cubecolour. I really appreciate your instructions.
Forum: Networking WordPress
In reply to: One WordPress website two main domain with IISThree domain & sub directory are hosted with one host. I have added this “https://www.one.com/two” domain in the “Domain Mapping: Domains” page. When I want to add this https://www.one.com domain, then it doesn’t work.
https://www.one.com
https://www.two.com
https://www.one.com/twoForum: Networking WordPress
In reply to: One WordPress website two main domain with IISI have created below sample
https://www.one.com
https://www.two.com
https://www.one.com/twoI have added the sub directory https://www.one.com/two
In the “Domain Mapping Configuration” page. There is “Server IP Address:”. Let me know which IP address I will add.
In the “Domain Mapping: Domains”. There is “Search Domains” & “New Domain”.
Site ID :
Domain :
Primary :How can I find the “Site ID”?
Forum: Networking WordPress
In reply to: One WordPress website two main domain with IIS“WordPress MU domain mapping plugin” this is only for sub domain & sub directory no main domain. Can’t be mapping main domain. Is there other way?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] One WordPress website two domains with IISIs there any plugin that I can add main domain?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] One WordPress website two domains with IISMultisite is ok. Now I can add sub domain & sub directory. I need to add two main domains no sub domain or sub directory. One host two domains.
Main domain = https://www.weddingsmadeinitaly.co.uk
Second domain = https://www.weddingsitaly.co.uk/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘SUNRISE’,’on’);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘www.weddingsmadeinitaly.co.uk’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);Forum: Plugins
In reply to: [WordPress MU Domain Mapping] One WP website two domainsYes, I am working on multisite with IIS. Need to setup below two domains.
https://www.weddingsmadeinitaly.co.uk
https://www.weddingsitaly.co.ukMultisite setup is ok.
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘SUNRISE’,’on’);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘www.weddingsmadeinitaly.co.uk’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);How will I go next step? This is the main domain https://www.weddingsmadeinitaly.co.uk