diff -r ce2873735506 -r c9e192a059c1 install.php --- a/install.php Wed Nov 28 14:47:42 2007 -0500 +++ b/install.php Wed Nov 28 15:24:23 2007 -0500 @@ -833,6 +833,25 @@ using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.
'; break; + case 'url_schemes': + $title = 'URL schemes'; + $content = 'The URL scheme allows you to decide how the URLs to your Enano pages will look.
+The first option (Standard URLs) works on any web server. You should select it if your server doesn\'t run Apache, or + if you are at all unsure of your server\'s configuration. With this scheme, URLs at your site will look like + http://yoursite.com/path-to-enano/index.php/Main_Page.
+The second option, Small URLs, will be selected by default if Enano detects Apache. Small URLs are more friendly towards + search engines, but they don\'t work on very many non-Apache servers, or if PHP is set up through CGI on your server. Many + free and low-cost web hosts will configure PHP through CGI in order to keep your user account as the owner of any files that + Enano generates. With this scheme, URLs at your site will look like http://yoursite.com/path-to-enano/index.php/Main_Page. +
+The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters + at all in them. However, this only works if your webhost has configured Apache with support for mod_rewrite. Most of the time if your + host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu, + Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a + home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. + With this scheme, URLs at your site will look like http://yoursite.com/path-to-enano/Main_Page.
+ '; + break; default: $title = 'Invalid topic'; $content = 'Invalid help topic.'; @@ -1315,7 +1334,7 @@