Wordpress path **/app/data/** not found
Solved
WordPress (Managed)
-
I have the Rank Math Plugin installed on several WP instances on cloudron. Following through the configuration i am running into a 404 to that url:
https://example.com/app/data/wp-content/plugins/seo-by-rank-math/vendor/cmb2/cmb2/js/cmb2.min.js?ver=2.10.1
I tried to add the following to the .htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^app/data/(wp-content/.*)$ /$1 [R=301,L] </IfModule>
However this somehow did not have any effect.
Has anyone else experienced this problem? How can i fix this? -
@opensourced which package version are you on? Incidentally, I pushed a package v3.5.0-1 which fixes the wp-content path detected by plugins. Maybe that sorts this out?
Can you please update and try?
-
I just updated the app. It does work now, thx!
-
@opensourced thanks for confirming! We are rolling out that package slowly.
-
-