On 10/02/2010, at 17:04, buddist wrote: > RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] > > In admin interface try to add behavior redirection: > > Handler: redirection > Type Regular Expression Substitution > Internal ^(.*)$ index.php?q=$1
Use this instead: ^/(.*)$ /index.php?q=$1 -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
