Hey,
I'm trying to use regex for a simple redirection without succces. Only wants
to redirect '/dir/another/path/to/file.ext' into
'/dir/newone/another/path/to/file.ext'.
This is what I wrote:
^/dir\/another/(.*)$ -> /dir/newone/another/$1

Am I close?.. :p

Currently I'm getting internal server error.

Thank you!

-- 
Yo'av Moshe
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to