Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Nginx rewrite issue.
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Nginx rewrite issue.

SteveSteve Member
edited October 2012 in General

I'm having an issue setting up nginx rewriting for my site.

location /download {
    rewrite ^ /download.php;
}

This works fine, but the issue is if I browse to http://mywebsite.com/downloads, it also redirects to download.php. Same goes for any letters typed after download, e.g http://mywebsite.com/downloadasdf also redirects to download.php.

Anyone any idea how to sort this? Thanks!

Comments

Sign In or Register to comment.