Cake Php After Php GD library installation comes error as appending 'index.php' in urls
Posted
by
Jusnit
on Server Fault
See other posts from Server Fault
or by Jusnit
Published on 2012-06-16T04:49:33Z
Indexed on
2012/06/16
9:17 UTC
Read the original article
Hit count: 791
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..
© Server Fault or respective owner