Pageviews.php created in wrong directory
-
Hi guys,
the pageviews.php is created in wp-content/uploads/ although our uploads directory is set to cdn/uploads/.
The custom directory is set in our WordPress settings as well as in our wp-config.php but nothing seems to work:
define('UPLOADS', 'cdn/uploads' );
and
if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); require_once(ABSPATH . 'wp-settings.php'); update_option('upload_url_path', 'https://cdn.amypink.com/uploads');
Do you have any solution? Thanks!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Pageviews.php created in wrong directory’ is closed to new replies.