Stripping of final "/" in path
-
Hi,
I updated W3 Total Cache to version 0.9.2.8. Now I’m getting a behavior that’s new and undesirable.
If I use the following javascript code:
var $content_path = “<?php $content_url=site_url(‘/wp-content/uploads/movies/’);echo $content_url;?>”;
alert($content_path);My output without using W3 Total Cache with CDN service is:
https://www.symbologie.co/wp-content/uploads/movies/But when I use the plug-in and W3 Total Cache with CDN service the output is:
https://cdn.symbologie.co/wp-content/uploads/moviesIt strips the trailing slash.
I’m using javascript to append a filename to the path and I should be getting the same behavior using your service or not!
Is there anything that can be done to get the old correct behavior back?
Thanks
- The topic ‘Stripping of final "/" in path’ is closed to new replies.