Add info about mod_rewrite for BSRouter
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Dec 2006 04:02:40 +0000 (04:02 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Dec 2006 04:02:40 +0000 (04:02 +0000)
Router.php

index 4ac045f8835d818ca98fa0ab8013e28385c2ec21..5a1ee3c26769022000c5f2478296fcb1c62101a2 100644 (file)
@@ -31,9 +31,15 @@ require_once('ISSO/RouterController.php');
 /**
 * Router
 *
-* Run route() in a file with a defined routing pattern and send all
+* Run dispatch() in a file with a defined routing pattern and send all
 * requests to that file, this will then load and appropriatley run
-* the right source files
+* the right source files. You can use mod_rewrite like this:
+*
+* RewriteEngine on
+* RewriteCond %{REQUEST_URI} !static/(.*)$
+* RewriteRule ^(.*)$ index.php
+*
+* This will prevent the rewriting on any file in the static/ directory
 *
 * @author              Blue Static
 * @copyright   Copyright (c)2002 - [#]year[#], Blue Static