SEO Friendly Urls

Edho Arief edho at myconan.net
Sun Mar 4 05:22:52 UTC 2012


2012/3/4 adam estes <wtymdjs at gmail.com>:
> Actually, that fixed -most- of it. Butttt
>
> FG152/index.php/cron/graburls/999182b003023a35c327db371a74a85f
>
> Gives a 404 not found :(
>

location ~ \.php$ {

should be:

location ~ \.php($|/) {



More information about the nginx mailing list