Cake Php After Php GD library installation comes error as appending 'index.php' in urls
- by Jusnit
I am using using Cake PHP with nginx server, inorder to enable captcha support , I installed the PHP GD library to server
After the installation , All the urls in cake php is appended with 'index.php'
Like www.mydomain.com/index.php instead of www.mydomain.com
There cake php HtmlHelper link and image function, it all appending url "/index.php/img/flower.jpg" instead "/img/flower.jpg".
Please help to solve this problem..