diff --git a/fp-plugins/prettyurls/plugin.prettyurls.php b/fp-plugins/prettyurls/plugin.prettyurls.php index b2a39fc..9478c44 100644 --- a/fp-plugins/prettyurls/plugin.prettyurls.php +++ b/fp-plugins/prettyurls/plugin.prettyurls.php @@ -12,7 +12,7 @@ Author URI: http://www.nowhereland.it * Place where the index is stored */ define('PRETTYURLS_TITLES', true); -define('PRETTYURLS_PATHINFO', true); +define('PRETTYURLS_PATHINFO', !file_exists(ABS_PATH . '.htaccess')); define('PRETTYURLS_CACHE', CACHE_DIR . '%%prettyurls-index.tmp'); define('PRETTYURLS_CATS', CACHE_DIR . '%%prettyurls-cats.tmp');