[Bug] Changing wp-content folder and errors
Hi
because of security considerations, I'm changing the wp-content folder to data (wordpress support this) and after this change, I get this errors in console panel in the firebug:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style-colors.php?ver=4.2
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style.php?ver=4.2
Failed to load resource: the server responded with a status of 404 (Not Found) http://domain.com/core/data/themes/images/top_bar_right_shadow.png
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style-colors.php?ver=4.2
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style.php?ver=4.2
How can I fix it?
Thank you.
Comments
if you changed wp-admin/ to data/ you should also change paths in style-colors.php and style.php files. After that everything will be fine.
Thanks for understanding!