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? -
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? -
I just updated the app. It does work now, thx!
-
I just updated the app. It does work now, thx!
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on