Forums

[Plugin: WP-Syntax] special character masking is wrong! (1 post)

  1. Sia
    Member
    Posted 2 years ago #

    By posting this code (lighttpd conf)

    $HTTP["host"] =~ "(^|\.)mydomain\.com$" {
       url.rewrite-once = (
          # Exclude additional specific directories from rewrites
            "^/(custom-js)/?(.*)" => "$0",
    
          "^/(wp-.+).*/?" => "$0",
          "^/(sitemap.xml)" => "$0",
          "^/(xmlrpc.php)" => "$0",
          "^/keyword/([A-Za-z_0-9-])/?$" => "index.php?keyword=$1",
          "^/(.+)/?$" => "index.php/$1"
       )
    }

    the wp-syntax plugin change (maskign) every
    http://pastebin.com/raw.php?i=WNkxizpA
    to
    =>
    Because of these errors. Lighttpd can not be restarted.

    best regards

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags