I want all WordPress installed in multiple directories in root website to rewrite like following
example: http://www.example.com/wordpress1/*
and http://www.example.com/wordpress2/*
to http://www.example.com/*
which excludes wp-admin
directories and all.
Admin URL should be same as original :http://www.example.com/wordpress1/wp-admin/
I am using IIS10.
or rewrite rule for WordPress Multi-site with Sub-directory option like : http://www.example.com/wordpress1/*
& http://www.example.com/wordpress2/*
to http://www.example.com/*
will work with same exemptions.
I will be using a plugin to convert categories into subdomain, so if i use subdomain based WP multi site then there will be 3rd level domain name. example : http://category.subdomain.domain.com
But i want it to be 2nd level http://category.domain.com
.
Currently my url is http://category.domain.com/subdomain
I want to remove that /subdomain
part. that’s all.