hdmarketing
Forum Replies Created
-
Forum: Networking WordPress
In reply to: All sub-sites urls show with mail site in address barSolved
Forum: Networking WordPress
In reply to: All sub-sites urls show with mail site in address barPaul, you nailed it.
Since I work with VirtualMin instead of cPanel, I hadn’t notice that the difference between PARKED and ADD-ON domains had to be transposed to virtualmin.
I can’t thank you enough for this.
For those who encounter the same difficulty, you can read here how to transpose PARKED domains in VirtualMin : https://www.virtualmin.com/documentation/id,virtualmin_for_cpanel_users
In short :
Parked domains in cPanel are domains that point to, or are aliases of existing domains. Virtualmin calls these by their technically accurate term, alias.
To create an alias server in Virtualmin, select the virtual server you’d like to alias, or point to, in the dropdown list in the left-hand Virtualmin menu and click “Create Virtual Server”. On the resulting form, click the “Alias of…” link in the New virtual server type: at the top of the page.===
Thanx again Paul !Forum: Networking WordPress
In reply to: All sub-sites urls show with mail site in address barDo you have these lines in your wp-config.php?
define( ‘SUNRISE’, ‘on’ );
define( ‘DOMAIN_CURRENT_SITE’, ‘zeblog.xyz’ );Yes : http://zeblog.xyz/wp-content/uploads/2016/03/Capture3.jpg
And have you copied sunrise.php into your wp-content folder?
and Yes : http://zeblog.xyz/wp-content/uploads/2016/03/Capture4.jpg
Forum: Networking WordPress
In reply to: All sub-sites urls show with mail site in address barI understand that. Here is the setting to primary :
http://zeblog.xyz/wp-content/uploads/2016/03/Capture1.jpg
http://zeblog.xyz/wp-content/uploads/2016/03/Capture2.jpgbut now http://plumbingservice.info will give an infinite redirect loop
I looke for a solution.
Checked I had the right .htaccess for SubFolders I found here :http://codex.ww.wp.xz.cn/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite
===
WordPress 3.5+ ONLY use this if you STARTED Multisite on 3.5. If you upgraded from 3.4 to 3.5, use the old one!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]
===Forum: Networking WordPress
In reply to: All sub-sites urls show with mail site in address barHello,
Indeed, MU-domain mappin plugin is installed on Main site zeblog.xyz.
I also put in the right (subfolder) .htaccess fileThen in the “domains mapping” menu I entered “plumbingservice.info” and the id of the zeblog.xyz/plumbingservice/ site which is 5
you can check the settings there :
http://zeblog.xyz/wp-content/uploads/2016/03/Capture.jpgIs there any mistake here ? because any link on that page leads me to an address of the type http://zeblog.xyz/plumbingservice/2016/02/
When I was hoping for a http://plumbingservice.info/2016/02/