ClaitonLord
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP wont show my new posts (W3 total cache issue?)Aha i see. Thanks. So its worth to move to another hosting provider you think? And what do i need to look for?
I will look for the Jetpack. I have heard of it. Is it easy to set up?
Forum: Fixing WordPress
In reply to: WP wont show my new posts (W3 total cache issue?)Ok thanks. So how do you experience my website speed Steve? ??
Forum: Fixing WordPress
In reply to: WP wont show my new posts (W3 total cache issue?)@ Frank and Steve, it was the expiring dates in my htaccess file that gave the cache problem. I dropped a piece of code there. My hosting provider told me this. I deleted everything there and the problem is solved. But now i have a ‘leverage browser caching’ problem. Look https://www.webpagetest.org/result/170110_2H_16HY/1/performance_optimization/#cache_static_content
How can i solve this without ending up in the same situation again?
- This reply was modified 8 years, 2 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: WP wont show my new posts (W3 total cache issue?)I deactivated Autoptimize and the problem is still there.
I contacted my hosting and they are gonna try to solve it.
Thanks.
Forum: Fixing WordPress
In reply to: WP wont show my new posts (W3 total cache issue?)Hey Steve,
Thanks. I dont see any of the folders you mentioned in my wp-content folder. Only one folder say cache and thats Autoptimize.
Could they hide somewhere else? My URL is https://www.stijnspreekt.nl
- This reply was modified 8 years, 2 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSYes youre right, the name of my hosting is PCextreme. I have no idea what they are using. But i think the problem is solved now. Thanks Steve!
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSI did. I just called my hosting. They told me that your code is for another (paid) SSL license than the (free) one i have from my hosting. They dropped another code in my htacces, and it seems to be working now?
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSDamn. So annoying. You sure i dont need to remove the other
RewriteEngine On
that was there earlier?Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSMy website is offline now, saying in Dutch:
De pagina op https://www.stijnspreekt.nl werkt niet / The website is not working, to many redirects, try to delete cookies
https://www.stijnspreekt.nl heeft je te vaak omgeleid.
Probeer je cookies te wissen.
ERR_TOO_MANY_REDIRECTSForum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSOk. Should i delete the other one?
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSFull htacces content:
# BEGIN EXPIRES ExpiresActive On ExpiresDefault "access plus 10 days" ExpiresByType text/css "access plus 1 week" ExpiresByType text/plain "access plus 1 month" ExpiresByType image/svg+xml "access 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType application/x-javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-icon "access plus 1 year" # END EXPIRES # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSYes those are both HTTPS already, that was the first thing i did.
Ok. I just opended htacces and i see this there. I think my hosting did this earlier. Should i replace this with your code?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSDone. I did everything you said.
Looks like nothing changed? https://www.stijnspreekt.nl. still no HTTPS from WWW?
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSYou said ‘Dry run first, then uncheck’. And to run it dry is checked! Ok let me do it again
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Website still redirects to HTTP instead of HTTPSOk i did run and say: D
RY RUN: 44 tables were searched, 839 cells were found that need to be updated, and 0 changes were made.
What now Steve?