|
shikha,
The log shows that the rewrite has been successfully executed. It might be a bug in your rewrite rule.
Without knowing your exact rewrite rule, I can only give a wild guess here, "%n" instead of "$n" should be used for back references in rewrite conditions. Maybe you did not use "%1" to back reference the matched sub-string "hawaii" in the rewrite destination string?
|