static-html-output icon indicating copy to clipboard operation
static-html-output copied to clipboard

Rewrite Link logic bugged

Open davidlevy247 opened this issue 5 years ago • 0 comments

I am using the Microsoft version of this for WordPress Multisite on WAMP for windows 10. After much trial and error, I got the plugin working to render a site however when using the rewrite link processing options I discovered a lot of bugs and issues. The following is one of the bugs in the rewrite link logic.

When rewriting something like X\Y\Z\CSS\ASSETS to \CSS
The rendered link output will be \CSS\ASSETS rather than just \CSS\ as instructed Whenever there is a single target folder having the exact same name as one of the source folders in the source directory tree, I see problems like this.

davidlevy247 avatar Nov 14 '20 10:11 davidlevy247