SEO Friendly Urls

Edho Arief edho at myconan.net
Sun Mar 4 06:36:40 UTC 2012


2012/3/4 adam estes <wtymdjs at gmail.com>:
> Right now its \.php
>
> It had the $ before and still gave the error.
>

Try reverting to \.php$ and add one more location block:

location ~ \.php/ {
  return 503;
}



More information about the nginx mailing list