WPtesting
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Y Slow testingHow to put js at bottom using W3TC, I’ve tried with “JS File management” option by adding js files. I’ve set the location before
</body>but it’s not working. Can you please tell me why? and ya “Minify” is enabled.Forum: Networking WordPress
In reply to: wp-login.php [session issue]but it’s working fine with my sub-directory installation, it just creating problem with my sub-domain installation.
Why so?is there any way to fix it?
Forum: Networking WordPress
In reply to: Multisite DB optimizerThank you very much 🙂
Forum: Networking WordPress
In reply to: Multisite DB optimizerCan you please elaborate?
Forum: Networking WordPress
In reply to: Multisite DB optimizerAny other recommendation for DB optimization for fast query processing?
Forum: Networking WordPress
In reply to: Multisite DB optimizerfor example old revision, empty tables, etc.
One more thing is, can i use multiple DB for better experience? if yes, how?Forum: Networking WordPress
In reply to: www and non www@ipstenu
Thanks 🙂Forum: Networking WordPress
In reply to: www and non wwwi was trying to add www b4 subdomains also, like http://www.subdomain.domain.com. But now I can see you are recommending the non-www version, well I can continue with this and add one 301 redirection from www to non www so that google can index my canonical url only.
WordPress can only have ONE master domain. It’s EITHER http://www.domain.com OR it’s domain.com. That’s it. You don’t get both.
But I’m afraid, you are wrong.
Check out this one
http://www.beijing-interpreter.com/
http://beijing-interpreter.com/
Both urls working fine without redirection.
Correct me If I’m wrong.Forum: Networking WordPress
In reply to: www and non wwwOk then how to setup www with sub domain Multisite?
wouldn’t there be a problem with my subdomains like subdomain.www.mydomain.com?Forum: Networking WordPress
In reply to: www and non wwwGuys, I have mentioned that
I’m not looking for any kinda redirection.
like blogger, for ex:
http://googleblog.blogspot.com/
http://www.googleblog.blogspot.com/NO REDIRECTION
Forum: Networking WordPress
In reply to: domain migrationA quiet daunting task then… is there any other way to minimize the hassle?
Forum: Networking WordPress
In reply to: domain migration@ipstenu
What if i do a blind replace?You don’t want to replace anything in widgets
If I change the domain name, what’s the need of that OLD ONE?
Forum: Networking WordPress
In reply to: .htaccess issueRight it’s the 1st one…
Thanks 🙂Forum: Networking WordPress
In reply to: .htaccess issueRewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]Ya it’s “500 Internal Server Error”.
Forum: Networking WordPress
In reply to: .htaccess issueNo, just now I’ve checked it..
But If i put that htaccess code, it shows some internal server error.
What to do?