DOCUMENT_ROOT
$config['baseurl'] =
http://www.domain.com/vb5demo
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA] #needed because admincp is an actual directory. RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA] </IfModule> # Use PHP 5.3 AddHandler application/x-httpd-php53 .php .php5 .php4 .php3