No htaccess, tente removendo o ? do index.php
RewriteRule ^(.*)$ index.php?/$1 [L]

por

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

Já verificou se no config a variável $config['index_page']  está vazio?

$config['index_page'] = "";

Vinicius

2009/7/21 Paulo Balzi <[email protected]>

> para entender como funciona....
>
> +--public_html
> +--------minha_app
>           +--------------appl
>                           +------controllers
>                           +------views
>                           +------etc etc etc
>           +--------------site
>                           +------cs
>                           +-------js
>                           +-------img
>           +--------------system (core do CI)
>           +--------------index.php
>           +--------------.htaccess
>
> agora, porque devo redirecionar para a pasta site ?? não teria q ser para
> onde está o index.php ???
>
> valeu
>
> On Mon, Jul 20, 2009 at 10:58 PM, Anderson Unsonst <
> [email protected]> wrote:
>
>> +--public_html
>> +------------minha_app
>> +-------------------appl
>> +-------------------site
>> +-------------------system
>> +-------------------index.php
>> +-------------------.htaccess
>>
>> RewriteBase /minha_app/appl/site/
>>
>> _______________________________________________
>> Lista mailing list
>> [email protected]
>> http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>>
>>
>
>
> --
> Paulo Balzi
>
> _______________________________________________
> Lista mailing list
> [email protected]
> http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>
>
_______________________________________________
Lista mailing list
[email protected]
http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br

Responder a