Browse Source

Update README.md

pull/31/head
fanningert 11 years ago
parent
commit
ff90a17821
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -82,7 +82,7 @@ url.rewrite-once = (
"^/(themes|system|vendor)/(.*)" => "$0", "^/(themes|system|vendor)/(.*)" => "$0",
"^/(.*\.php)" => "$0", "^/(.*\.php)" => "$0",
# Everything else is handles by Wordpress
# Everything else is handles by htmly
"^/(.*)$" => "/index.php/$1" "^/(.*)$" => "/index.php/$1"
) )
```` ````


Loading…
Cancel
Save