Unfortunately
add_filter( ‘ss_excluded_by_default’, function ( $excludes ) { unset( $excludes[‘.php’] ); return $excludes;} );
has no effect for me. There are still no .php files in plugins directory.
The files are index.php which are build into website as iframes.
If a .php shouldn’t be accessible, there is 500 Error in 3.1.9, therefore for me makes this change no sense.
Hello Emre. After new attemts it working! After more changes I couldn’t see effekt in Firefox directly.
Hello.
It doesn’t work for me.
I use
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !wp-content\/(cache|wpfc-mobile-cache)
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
in my .htaccess and get again wp-content/cache/all//index.html after call http.
Please help.