Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • /abc/def.html (rewriting to an URL-path)
  • Wiki Markup
    abc/def.html (rewriting to a local filepath \[note the missing leading slash\]. In the end, mod_rewrite needs an URL-path to go into the \[per-dir bcontext internal redirect\]. So you can use a URL-path directly or mod_rewrite must built such an URL-path internally from your local filepath)

  • http://example.com/abc/def.html (rewriteing to an absolute URL)

...