Chris Hartjes a écrit :

# the others are redirected to the dispatcher
RewriteRule ^(.*)$ index.php [QSA,L]

Hi Chris,

I believe it should be
RewriteRule ^(.*)$ /api/index.php [QSA,L]
(but I didn't look for the meaning of all your flags ! )

you will need too :

$controller->setBaseUrl('/api/');

best regards,
Philippe

--
Philippe Le Van
mail : [EMAIL PROTECTED]
web : http://www.kitpages.fr

Reply via email to