OviLiz
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Undefined index: HTTP_ACCEPT_ENCODINGI have actually mentioned “when debugging”. ??
Thank you.Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Wishes !!!!!! Please do it !!Please mark this as resolved.
Forum: Plugins
In reply to: [Comment Email Reply] problem with wp_insert_comment hook in wp 4.2.2Turn the debug on and see the logs should help.
Forum: Plugins
In reply to: [Comment Email Reply] FIXED! Update user's old comments email address!Another dead project? ??
Forum: Plugins
In reply to: [Stop Spam Comments] Sudden surge in spamLOL
Forum: Plugins
In reply to: [More Fields] Auto CompleteThe best suggestion when Last Updated: 2011-9-2 is do delete the plugin…
Forum: Plugins
In reply to: [Nginx Helper] Purge location (/purge/) return 404 – cant auto-purgeReloaded or Restarted nginx?
Forum: Plugins
In reply to: [BulletProof Security] Trying to get property of non-objectOk, so if you consider that the coding is ok I will ignore that.
As I’m managing some old developed WP websites I’m usually using the DEBUG by pointing the log file outside the WP directory with no public access so there is no worry about that.
I’m instead looking for errors and bad coding practices especially in templates. Also is useful when updating WP directly in production (with previous backup) that may cause some deprecation notices.Forum: Plugins
In reply to: [BulletProof Security] HTTPS different Site Address (URL)Sorry man, you’re actually right. I had tested some HTTPS redirects in the past with a plugin that was messing up and forgot about it.
My subdomain record is pointing to a different server IP where I managed to add the subdomain account through cPanel as any normal account, so I’m under public_html ??
Have a good weekend and sorry to make you crazy for that…
Forum: Plugins
In reply to: [BulletProof Security] HTTPS different Site Address (URL)Are you actually the same person from the beginning of this thread to the end? ??
I believe I was clear from the beginning what I was aiming and until the end I had to repeat myself multiple times.
If you don’t have any idea how to force using HTTPS on sites with Site Address (URL) that are different than the WordPress Address (URL), just let me know. ??
Is not a big issue by the end of the day. I wouldn’t force using HTTPS so people would be able to access both https://www.mydomain.com/blog and https://www.mydomain.com/blog if there is no way forcing using just the last one.Forum: Plugins
In reply to: [BulletProof Security] HTTPS different Site Address (URL)It is in the root, public_html/*
public_html/wp-content
public_html/wp-config.php
public_html/etc…Forum: Plugins
In reply to: [BulletProof Security] HTTPS different Site Address (URL)Ok, let me try being more clear.
– WP is installed in root and is using a subdomain (blog.mydomain.com).
– I have changed the Site Address URL to https://mydomain.com/blog while the path is still https://blog.mydomain.com
– I have already changed all the DB HTTP to HTTPS and I don’t have any issue with that.Everything is working fine but my blog is being reachable via both HTTP and HTTPS (https://mydomain.com/blog and https://mydomain.com/blog).
In order to prevent this, there is the classic HTTPS code. But in this case the URL is being changed into https://blog.mydomain.com/blog and is still working without any loop.I believe I should change in the default HTTPS code, %{HTTP_HOST} in something like %{WP_SITEURL} but recognisable by htaccess.
PS. I’m not using Sucuri anymore.
Ma indoiesc ca vei primi un raspuns uficial prea curand. ??
Ma indoiesc ca vei primi un raspuns uficial prea curand. ??
Forum: Plugins
In reply to: [BulletProof Security] HTTPS different Site Address (URL)Strange you’ve got this issues with GoDaddy…
How many visitors do you have? I can host you for free in a quiet MediaTemple (gs) shared account. ??Turning back to my question, I’m not using Multisite. WP is installed in the root folder (so no subfolders) and yes, there is an A record for the subdomain.
The reason is a bit complicated and I believe doesn’t help the case. ??
However I’m using a CodeIgniter app in a different server with the main domain and I don’t want WP code on that server and I want the blog link to not disorient the visitors as the template is pretty similar. On that server I’m using nginx with proxy_pass the /blog/ link to the subdomain.Is working fine without any HTTPS rule, but in this case anyone can access directly the subdomain without HTTPS too. So I wish to avoid that. ??