You suggest this in your docs without user_guide directory. A newbie tries it
and looses access to the local help as a result. May make sense to just include
it there to begin with.
RewriteEngine on
RewriteCond $1 !^(index\.php|images|user_guide|robots\.txt)
RewriteRule ^(.*)$ /lab/cis/index.php/$1 [L]
