Hello, I was trying to play with cakePHP framework, I was trying to develop something in similar lines, just for my learning sake. I could not get this how this you people were able to achieve, when I place cakephp framework under my htdocs in xampp in a folder called app2. Inside this I placed my whole structure of cakephp with app cake vendors plugins under directory app2.
when I access this over the url http://localhost/app2/ and I do a print_r($_GET), I get this $params = array(url=>array('url' =>/)) where as my fw which I developed in the similar lines gives me $params = array(url=>array('url' =>/fw)) How did you achieve this. Is it through ini_set functionality done in webroot/index.php or .htaccess I've been breaking my head on this for last two days. Anyhelp is appreciated. Thank You Sai Krishna Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
