>>>>> "Matias" == Matias Gertel <[email protected]> writes:

    Matias>     RewriteRule ^(.*)$ index.php/$1 [L]

You could remove RewriteBase, but I find this particular rule a bit
strange.

Shouldn't that be something like:

  index.php?path=$1

Also redirect options should probably be: [last,qsappend]

-- 
Cheers,

Berend de Boer

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to