cokebar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] .htaccess rewrite rule problemI comment this line in admin.php and resolve the proble temporarily.
// $this->prefixRedirect().Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] .htaccess rewrite rule problemMaybe you should add an option to turn it on/off
It was mainly because I have a redirection loop for firefox users.
if I write the rules in the .htaccess, It will cause a redirection loop(https://mysite.com to https://mysite.com/, SPDY on)
Chrome & IE don’t have the problem.
I don’t know whether it is a bug of Firefox or mod_spdy(with apache 2.4.7)Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] .htaccess rewrite rule problemWPFC shouldn’t decide the rules itself. Maybe someone serve mysite.com & http://www.mysite.com differently
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] .htaccess rewrite rule problemBut my need isn’t redirect anything to https://mysite.com/
I need a different rule.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] .htaccess rewrite rule problemI’m sure that these lines are added by WPFC. These lines conflict with my rules.
I think WPFC should not these lines.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Minify HTML Plus cause HTTP 500What should I put in the email? I don’t know how to debug it
If anonymous users sent a comment, and then some other anonymous user come to same post, It will shows the cached page
Forum: Plugins
In reply to: [Advanced Excerpt] Newest Version has some problem with Highlighter Plugin4.2.3 works well when choosing “Don’t remove any tags”.
I think I’ve found the problem using your version 4.2.3.
I guess older version remove <textarea> even you choose “Don’t remove any tags”.
Now it has not this kind of problem.
But Advanced Excerpt may cut the highlighted area, and give me a layout which is not so good. Crayon Syntax Highlighter Plugin is a bit complex for Advanced Excerpt to find the real end of the highlighted area.
But I can use custom experts to solve the problem.Thanks~