Mohmec
Forum Replies Created
-
Forum: Networking WordPress
In reply to: secondary site url is redirected to primary siteIpstenu, Sorry for missing out subdomain in original post. This one works perfect 🙂 Thanks again.
Forum: Networking WordPress
In reply to: secondary site url is redirected to primary siteHere is the file contents.
# Force the "www." RewriteCond %{HTTP_HOST} !^www\.techstorey\.com$ [NC] RewriteRule ^(.*)$ http://www.techstorey.com/$1 [R=301,L] # Use PHP5.4 as default AddHandler application/x-httpd-php54 .php # BEGIN WordPress 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).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPressForum: Networking WordPress
In reply to: secondary site url is redirected to primary siteFYI. I forced www. (.htaccess) to resolve issue with server trying to serve both www and non-www versions of mydomain.com . Could this cause all subdomains to redirect to mainsite?
Forum: Networking WordPress
In reply to: secondary site url is redirected to primary siteI cleared my browser cache and disabled all plugins and theme. I also tried to clear cookies from wp-config as suggested in this blog. The problem still persists.
Forum: Networking WordPress
In reply to: secondary site url is redirected to primary siteAlso, when I click on the secondary site dashboard it takes me to the primary site dashboard.
Forum: Networking WordPress
In reply to: How to link secondary site to main menu of primary siteThank you
Forum: Networking WordPress
In reply to: My Netwok redirects home page url to another pageI just noticed my secondary site url is now redirected to primary site.i.e news.techstorey.com gets directed to home page of primary site.
Any further insights/inputs?Forum: Networking WordPress
In reply to: My Netwok redirects home page url to another pageIpstenu,
Awesome. Your solution was spot on. Thanks a ton 🙂
Forum: Networking WordPress
In reply to: My Netwok redirects home page url to another pagerbrtlargo,
Are you seeing this problem with only your browser or network? what about other networks? I see my problem is only with my internet network.
Forum: Networking WordPress
In reply to: My Netwok redirects home page url to another pageIpstenu,
It is the home page of main site
http://www.techstorey.com redirects me to signup page which I dont recognize (http://www.techstorey.com/wp-signup.php?new=techstorey.com). This page shows half home page and half signup page.
FYI. While my hosting provider was setting up multisite for me I had my cpanel files and my website open at my end. (could this have caused problems?)
moreover, I asked my 2 other friends to check the website from their network and apparently the home page works fine.(they did not log in with admin rights)