Anil Martin
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Redirecting to multsite root?!Hi.
Please mark this as closed.
Before I could work out the above logic, client closed the project.
I don’t have/own any other place to check it out.
🙁
Was frustrated and sad. Did look into the forum after that.Thank again for all the effort taken.
🙂
A BIG THANKS. Good Day.Forum: Networking WordPress
In reply to: Redirecting to multsite root?!First of all, thanks for that quick reply.
Sorry, I can’t go for another site, now my tasks are 80% done. I should’ve came here much earlier.. Why I came now? Because I doubt, I will delay the delivery further, because of this scenario. IF I can get rid of this situation, I can concentrate on my tasks..
Here is my doubt. Can’t we have a standalone, where there is a multisite installed in root?
Here is the .htaccess from my root.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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] </IfModule>And here is the .htaccess from my /test ( in case you want to see it too, may be here is the problem..because I’d modified/edited/added it based on some results I found on net..:/ )
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /test/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /test/index.php [L] </IfModule> <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> # END WordPressThanks again.
Forum: Networking WordPress
In reply to: Subdirectory Multisite RedirectNope.
It didn’t work.. (What else I’ve to change?)
Also, my other doubt..
As per your suggestions, I’ve added an A-Record like
xx.xxx.xx.xxx (www.site1.com) points to xx.xxx.xx.xxa (domain.com/site1) BUT what with my second, third, fourth, etc sites
http://www.site2.com should point to domain.com/site2
http://www.site3.com should point to domain.com/site3
http://www.site4.com should point to domain.com/site4, since above four are using same IP (multisite) which is xx.xxx.xx.xxa ..Is it OK?
Can’t we have different IPs for child sites?
I’ve checked and found all using same IP as that of parent’s.
Please clarify.Thanks in advance.
(Apologies for delaying this reply, as I was not working for couple of days)Forum: Networking WordPress
In reply to: Subdirectory Multisite RedirectOk. Thanks for the info.
I’ll try and let you know.
🙂