change wp-content path and minify problem
-
Hi,
I have changed wp-content path by following code in wp-config:
define( ‘WP_CONTENT_DIR’, $_SERVER[“DOCUMENT_ROOT”] . ‘/files’ );
define( ‘WP_CONTENT_URL’, ‘https://files.site.com’ );
define( ‘COOKIE_DOMAIN’, ‘https://site.com’ );All things working fine. Just there is a problem for minify css & js. W3 can generate minified files and call them, but the htaccess in cache folder caused problem for loading the files. If i remove the htaccess, it works.
Can you help for this?
Thank you very much
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘change wp-content path and minify problem’ is closed to new replies.