06-23-2008, 06:33 PM
[eluser]marcoss[/eluser]
You have to set the sub-folder as your RewriteBase, like this:
You have to set the sub-folder as your RewriteBase, like this:
Code:
RewriteEngine On
RewriteBase /sub/folder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]