tsjippy
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Sent form when paidNo I did not build that sorry.
Forum: Plugins
In reply to: [UniqueID for Contact Form 7] Minimum character IDSorry I did not build in that function but you could at it yourself if you now pho or js
Forum: Reviews
In reply to: [UniqueID for Contact Form 7] Works PerfectlyThanks!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Selective caching questionok thanks for your answer
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Selective caching questionHi thanks for your answer!
I did not as I want major parts of my website to be cached for logged in users as well
I will be waiting for this too!
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Variable pricewell, the amount is just an input field. It cannot be done within the plugin but you can easily add a js function to update the field if you wish.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Latest Update Breaks Elementor Pro Posts Widgetsame here on hestia
Forum: Plugins
In reply to: [Modern Events Calendar Lite] 5.10.5 update breaks pages in Divi websitessame here but then wiht the hestia theme
Forum: Plugins
In reply to: [Modern Events Calendar Lite] MEC Lite broke the Avada after update to 5.10.5same problem here, but then with the homepage and blog page in hestia
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Warning in WordPress 5.5Yes I see this problem too
and another one:
Notice: Undefined index: the-events-calendar/common/vendor/freemius in /home6/joswebgo/public_html/test/wp-content/plugins/user-menus/freemius/start.php on line 184 Notice: Trying to get property 'plugin_path' of non-object in /home6/joswebgo/public_html/test/wp-content/plugins/user-menus/freemius/start.php on line 189 Notice: Undefined index: the-events-calendar/common/vendor/freemius in /home6/joswebgo/public_html/test/wp-content/plugins/user-menus/freemius/start.php on line 277can you fix?
I am rying to prevent access.
But I just figured out it has nothing to do with your plugin..
When I have a fresh wp installation, and I try to access a picture over SSL it still does not work.Forum: Fixing WordPress
In reply to: .htacces file problemThanks I tried that, does not work.
But I started with a clean WordPress installation with this in my .htaccess:
RewriteCond %{REQUEST_FILENAME} -s RewriteRule ^wp-content/uploads/(.*)$ dl-file.php?file=$1 [QSA,L] # BEGIN WordPress # The directives (lines) between <code>BEGIN WordPress</code> and <code>END WordPress</code> are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /test9/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /test9/index.php [L] </IfModule> # END WordPressI found that when I access a picture over http it works (I get blocked), but if I access the picture over https the rules do not work and I see the picture
Ok this is how to reproduce:
- Install a clean WordPress 5.4.2
- Upload a picture
- Check that the picture is directly visible –> Yes
- Upload dl-file.php
- Add this to the top of .htaccess:
RewriteCond %{REQUEST_FILENAME} -s RewriteRule ^wp-content/uploads/(.*)$ dl-file.php?file=$1 [QSA,L] - Check that the picture is directly visible –> No
- Install and activate Really Simple SSL
- Check that the picture is directly visible –> No
- Click the “Go ahead activate SSL” link
- Check that the picture is directly visible –> Yes!
- Deactivate Really Simple SSL plugin
- Check that the picture is directly visible –> Yes!
- Delete Really Simple SSL plugin
- Check that the picture is directly visible –> No
I didn’t even add the SSL rules to .haccess