KR. Laboratories
Forum Replies Created
-
I solved this problem – added in .htaccess 301 rediret manually from non-slash to slash URLs:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*[^/])$ /$1/ [L,R=301]</IfModule>
But I don’t think this is the perfect solution for this problem. Web developers need to test this case, because it occurs on absolutely all sites with WP-FFPC + WP-OPTIMIZE
Forum: Plugins
In reply to: [WP-FFPC] conflict with WP OPTIMIZEI solved this problem – add in .htaccess 301 rediret manually from non-slash to slash URLs:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*[^/])$ /$1/ [L,R=301]</IfModule>
But I don’t think this is the perfect solution for this problem. Web developers need to test this case, because it occurs on absolutely all sites with WP-FFPC + WP-OPTIMIZE
- This reply was modified 6 years, 4 months ago by KR. Laboratories.
- This reply was modified 6 years, 4 months ago by KR. Laboratories.
- This reply was modified 6 years, 4 months ago by KR. Laboratories.
Forum: Plugins
In reply to: [Comments - wpDiscuz] how change h3 tag in header commentsunderstand. thanks!
Forum: Fixing WordPress
In reply to: Website SpeedHi!
Install WP plugin Autooptimize – its help you.