CDN Mapping incorrect URL
-
I want to deliver js and CSS files through Cloudflare r2 storage CDN with subdomain.
Origian url: //gamenewsmania.in/
CDN url: https://files.gamenewsmania.in/
The problem is i hosted my files directly in root directory. Suppose.
https://files.gamenewsmania.in/my-file.js
But after enabling mapping on Litespeed plugin. It converts to
From
https://gamenewsmania.in/wp-includes/js/jquery/jquery.min.jsTo
https://files.gamenewsmania.in/wp-includes/js/jquery/jquery.min.js
But I don’t want to add folders like wp-includes/js/jquery
I want like
https://files.gamenewsmania.in/jquery.min.js
Without any folder. Because I can host files only without making folders on Cloudflare r2 storage. Please give solution to remove folder names from the CDN Mapping URLs.
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘CDN Mapping incorrect URL’ is closed to new replies.