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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

It works perfectly now thank you kamaln7 and vegardx. :)

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.