Viewing 6 replies - 1 through 6 (of 6 total)
  • Same here. It may be some ambiguity in the instructions, or something to do with how full paths are handled, but I’m seeing no effect at all.

    Similar issue. At first, a php error appeared when trying to view settings page. It was looking for functions.php in the /html folder, but changing the path in html/config appeared to fix that. No rewriting of named extension resources though.

    same here; no urls rewritten….no error message

    He has done some strange coding, there is no chance this plugin version was ever working.

    Replace line 188 of class-wpcdnrewrite.php with the following code and it should do:

    if ( version_compare( $version, '1.0' ) >= 0 ) {

    I’m seeing the same issue. No URL rewriting is happening.

    Your solution worked krossekrabbe. Thanks. Afterwards CDN was fine and everything was fine but we were receiving a lot of errors in the error log. These two changes brought the errors to zero:

    line 188:
    if (( strcmp( $version, ‘1.0’ ) >= 0 ) && strlen($content)) {

    link 195:
    @$dom->loadHTML( $content );

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress CDN Rewrite] No URLs get rewritten’ is closed to new replies.