Almamu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirection loop on site – nginx as apache's reverse proxy and SSLFinally managed to fix it. Just for the record: http://stackoverflow.com/questions/19979843/wordpress-nginx-redirect-loop
Basically, add to the top of your theme’s function.php this line:
remove_filter('template_redirect', 'redirect_canonical');
And it’ll ignore the redirect.Forum: Fixing WordPress
In reply to: Cannot add LINKS to post text since installing WordPress 4.2.2.Looks like browser cache issues, have you tried with a different web browser and/or cleared the browser cache first?
Forum: Fixing WordPress
In reply to: Strange page not found linksLooks like bad bots trying to check if you have vulnerable plugins, the second URL is a common defacement check for revslider plugin, I’ve seen dozens if not more of those defacements already.
Are you using any plugin that connects to the google api? like analytics, etc, have you tried disabling it?
Forum: Fixing WordPress
In reply to: Inline style the word "import" break the post.phpHave you checked your error_log, maybe there’s some more helpful info about this, i’d say the OVH servers have some modSecurity rules that are blocking your request.