Nginx 301 redirection problem
Bousmanne Cédric
akyrho at gmail.com
Wed May 6 12:14:30 MSD 2009
Hi all,
I'm new on this list and (nearly) newbie with Nginx, so, please, be
patient with my poor brain ;-)
Here's the problem i got : on my blog, i've got some reference on old
directories . I tried a rewrite rule to redirect these old links to
the correct directory.
Some possible case :
(url)/wordpress => (url)
(url)/wordpress/public/path/to/image/image.jpg => (url)/public/path/
to/image/image.jpg
and so one.
My Nginx conf file :
server {
# ...
location /wordpress {
rewrite ^/wordpress//?(.*(\..*)?)$ http://www.parenthese.be/$1
break;
}
}
At this time, i can redirect /wordpress to my domain, /wordpress/
something to /something, but i can't redirect when i try to get a
file. IE : /wordpress/something/image.jpg won't redirect my request at
all.
Can anyone help me?
Thanks per advance.
Bousmanne Cédric
http://cedricbousmanne.com/
More information about the nginx
mailing list