Report this

What is the reason for this report?

NGINX simple rewrite problem

Posted on October 18, 2014

Hi,

I have a simple rewrite problem with my website https://www.damircalusic.se.

I would like to have a permanent rewrite:

My config looks like this:

location / {
	try_files $uri $uri/ =404;
	rewrite ^/(.*)/$ /?page=$1 last;
	#rewrite ^/(.*)/$ /$1/ permanent;
}

When I uncomment rewrite 2 it becomes an endless loop of redirect.

How do I achieve this rewrite?

Regards.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.