I have Integrated multisite wordpress in cakephp .
here I have first site that is:
1)mydomain.co.uk/news/
and second :
2)mydomain.co.uk/app/webroot/news/help/
now I want 2nd url like mydomain.co.uk/news/help/
so how to do that? any idea ? .htaccess help?
You’ll want to look into CakePHP Routing. It lets direct a string URL into a Controller/Action among other things.