# Configure RewriteBase to be the path in your web root for this directory # and rename this file to .htaccess # Make sure your apache config allows overwrite these options RewriteEngine On RewriteBase /manage DirectoryIndex index.php ErrorDocument 403 index.php/home ErrorDocument 404 index.php/home RewriteRule (^/?$) home [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php/$1 [L] SetEnv I2CE_Rewritten On #turn off magic quotes php_flag magic_quotes_gpc off