I am trying to redirect a url containing a hashtag (#) with cakephp relay controller function.
When I use this code url encodes hashtag
$this->redirect(array('action' => 'index',$menuItem."#article_id_".$created_id)); output: http:
Is there any way that
source share