Hi All,
I am using nginx as my webserver.
I have set-up rewrite rules to match the default apache ones and they work if I type a URL to test the rules myself.
But! I can't get the entire shop to use friendly URLs because I can't enable the Friendly URLs option in Preferences > SEO & URLs.
When I choose 'Yes' and click save, it forces the option back to 'No' and says that:
URL rewriting (mod_rewrite) is not active on your server or it is not possible to check your server configuration. If you want to use Friendly URLs you must activate this mod.
Obviously nginx does not use mod_rewrite, so how can I turn this on?
How can I force this to 'Yes'? Because nginx does support Friendly URLs...
Thanks!