Hi,
I want host Oxwall at a Nginx Webserver.
When i want to open /install i get a 404 Error.
My rewrite:
location = /index\.php {
}
location ~ /ow_updates/index\.php {
}
location /ow_updates/ {
}
location ~ /ow_cron/run\.php {
}
location /
{
rewrite (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ /index.php;
}
Mfg ternes3