• & in the URL causes a 400 Bad Request for me – I’m on Windows 2003 Server running XAMPP. I’ve had to make the following mods in your code:

    Replace $latest_modified_string = '&m='.$latest_modified; with $latest_modified_string = '&m='.$latest_modified; on line 486

    Replace $debug_string = '&debug=true'; with $debug_string = '&debug=true'; on line 464

    Replace $base_string = '&b='.$base; with $base_string = '&b='.$base; on line 472

    http://wordpress.org/extend/plugins/wp-minify/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Minify] & in URL causes 400 Bad Request’ is closed to new replies.