RewriteRule .* – [E=HTTP_MOD_REWRITE:On]
-
Hi after install the plugin i got warning, part of my web is not secure SSL. It not happen before, which i’m paid user SSL and use really simple SSL to force all source code load HTTPs correct.
SO
1) RewriteRule .* – [E=HTTP_MOD_REWRITE:On]
Can i change HTTP to HTTPS, final i have
RewriteRule .* – [E=HTTPS_MOD_REWRITE:On]2) #WriteCheckString:1508754878_53712
What is meaning of this note? I saw it difference everytime i delete/ re-install3) What is it mean of
[L]
[L,QSA]
[NC]4)
It seem too much redirect throw out 404 in .htaccess, which is not good for check up speed of website
How do i make it throw out custom url status 301 for better speed up website?5) What is the usefull of cookie in .htaccess?
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]Thank you!
The topic ‘RewriteRule .* – [E=HTTP_MOD_REWRITE:On]’ is closed to new replies.