diff --git a/fp-plugins/prettyurls/plugin.prettyurls.php b/fp-plugins/prettyurls/plugin.prettyurls.php index c96e73d..4045d39 100644 --- a/fp-plugins/prettyurls/plugin.prettyurls.php +++ b/fp-plugins/prettyurls/plugin.prettyurls.php @@ -242,7 +242,8 @@ class Plugin_PrettyURLs { return; - + # this is not working if you reach flatpress via symlink + # unless you don't edit manually defaults.php if (strpos($_SERVER['REQUEST_URI'], BLOG_ROOT)!==false) { $url = $_SERVER['REQUEST_URI']; $del = BLOG_ROOT;