Page display error
-
Hi,
After I install this plugin, my page said ‘page display error’. I have to hit ‘refresh’ button. Then that page will shows up. How do I fix this bug?
When I do a speed test in Google Page Speed Insight, the screen shows random codes for the page that I tested speed and the speed says 97. That screen is supposed to show a screenshot of my page.
Could this be a issue of redirect from http to https? I don’t have this bug when I install this plugin in a http domain. But I need https in my page anyway.
My .htaccess redirect for http to https is:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R,L]
</IfModule>
- The topic ‘Page display error’ is closed to new replies.