From cd1dc07d81ee24e3086889a241a3e13c1e009f15 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 6 Nov 2015 17:50:22 +0100 Subject: [PATCH] Sync docs --- content-sample/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content-sample/index.md b/content-sample/index.md index 5e479ea..074ded8 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -254,13 +254,13 @@ uncomment the setting and set your custom value. ### URL Rewriting Pico's default URLs (e.g. %base_url%/?sub/page) already are very user-friendly. -Pico anyway offers you an URL rewrite feature to make URLs even more +Additionally, Pico offers you a URL rewrite feature to make URLs even more user-friendly (e.g. %base_url%/sub/page). If you're using the Apache web server, URL rewriting probably already is enabled - try it yourself, click on the [second URL](%base_url%/sub/page). If you get an error message from your web server, please make sure to enable the -[`mod_rewrite` module][ModRewrite]. Assumed the second URL works, but Pico +[`mod_rewrite` module][ModRewrite]. Assuming the second URL works, but Pico still shows no rewritten URLs, force URL rewriting by setting `$config['rewrite_url'] = true;` in your `config/config.php`.