Hi all,
I've just just got setup with nginx today and as a test i'm trying to replace an old apache install.
The only thing that has me a bit stuck at the moment is a aliasmatch rule that I have in place for test site.
Here is my aliasmatch line from my apache config:
AliasMatch ^/* /path/to/index.php
All this site is designed to do is show me the same page regardless of the URL that is thrown at it. Could any one point me in the right direction for the correct directive to use?
Thanks
:)