On Wed, Mar 9, 2011 at 8:32 PM, Alvaro [Andor] <[email protected]> wrote:
> Rewriting for "clean URLs" :D
>
> On 10/03/11 03:30, Tony Zakula wrote:
>>
>> Are you trying to rewrite the URL?  Or just serve the files out of a
>> particular directory?
>>
>> On Wed, Mar 9, 2011 at 8:17 PM, Alvaro [Andor]<[email protected]>
>>  wrote:
>>>
>>> Hi there!
>>>
>>> I'm beginning to use redirects (I'm new on the redirect and regex stuff),
>>> I
>>> keep getting 500 errors, and I don't have a clear idea of how can I debug
>>> the redirects so I can see what is cherokee doing with the redirections.
>>>
>>> I'm trying to port a very simple redirect from Apache:
>>>
>>>   RewriteRule    ^$ app/webroot/    [L]
>>>   RewriteRule    (.*) app/webroot/$1 [L]
>>>
>>> And I don't know what to do...
>>> _______________________________________________


>>>   RewriteRule    ^$ app/webroot/    [L]
>>>   RewriteRule    (.*) app/webroot/$1 [L]

Well you do not need the "[L]"

Is app/webroot/ a web URL or a directory?
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to