FastCgi cache query for multiple seperate WordPress websites
Hi, Im setting up multiple stand alone instances of Wordpress on a single Ubuntu Server with LEMP. Each individual wordpress website will have its own install and db This guide states that the top 4...
View ArticleRedirect non-www to www on ssl
I set up SSL with letsencrypt option and everything is great except I cannont forward the non-www version of the ssl site to the www version. I tried adding server_name domain.com; return 301...
View ArticleLatest Photo Uploads by members
You are welcome @daniebester, We are closing this thread for now. Feel free to create new if you need any assistance. Thank you,Pranali
View ArticleWould it be possible to filter images by 5-Star ratings?
Hello @daniebester, Thank you for the nice words! There is not any option which can filter media for a specific rate ( rated by 4 ). However, you can sort media by their ratings. You can use rtMedia...
View ArticleRedirect non-www to www on ssl
To redirect non-www to www you need to create a file (redirect.conf) in this folder /etc/nginx/conf.d in this file you add server {server_name domain.com;return 301...
View ArticleLicence expired?
Today I updated my rrMedia code but I recieved a notice that told about two expired licence among my addons, I checked out and I found rtMedia social and rtMedia SEO without livence key, I don't know...
View ArticleRedirect non-www to www on ssl
Yes, put your code in `/var/www/domain.com/conf/nginx/ssl.conf. Here is mine. listen 443 ssl http2; server_name domain.com; ssl on; ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem;...
View ArticleI have a message that I can't get rid of
Inside my wordpress dashboard I have a message that has gone away for the last 4 or 5 versions. "rtMedia: Database table structure for rtMedia has been updated. Please Click Hereto import media sizes....
View ArticleRedirect non-www to www on ssl
Here's how I do it. Firstly, put just the SSL cert stuff in /var/www/domain.com/conf/nginx/ssl.conf e.g.: ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem; ssl_certificate_key...
View ArticleLicence expired?
Hello @ricoseventysix, Sorry for the inconvenience you have faced. We are looking into the issue and update you soon. Thanks for reporting this to us. Regards,Pranali
View ArticleLicence expired?
Hello @ricoseventysix, Could you please once try to deactivate and activate again the rtMedia social and rtMedia SEO add-ons? After reactivating them kindly try to add the valid license key from your...
View ArticleI have a message that I can't get rid of
Hello @cpryke, Could you please once check your server error log for us? Let us know if you find any error there. Please, once deactivate other plugins and try to import media again. let us know if...
View ArticleCurl shows HTTP/1.1 in my SSL Enabled Site
I am using EE with LetsEncrypt. Everything's working fine. But when I ran the curl command: curl -X GET -I https://mynewsite.com returns the following: HTTP/1.1 200 OK Server: nginx Date: Sat, 08 Oct...
View ArticleLetsencrypt not auto renew on ee3.7.2
My ee is 3.72, The lets encrypt expired but not auto renew? How to fix it? I also try to manually succeed to renew, but the Nginx fail to reload so that the web still encounter "your connection is not...
View ArticleLatest update to rtMedia broke stickyplayer
these two plugins were playing just fine together, but after the last update it stopped appearing on my website. http://www.kristinachilds.com it used to be stuck to the bottom of the page outside the...
View ArticleIf-Modified-Since
Hello!My WP don't send answer "If-Modified-Since" and 304 response for unmodified pages. I have special plugin for it and W3T have to do it. I think we need some options in nginx config file. Ive...
View ArticleCurl shows HTTP/1.1 in my SSL Enabled Site
Try with this test : https://tools.keycdn.com/http2-testBecause curl doesn't choose http2 by default
View Article