Nginx rewrite rules single url not working and confusing -
after reading lot of stuff i'm confused nginx rewrite rules.
my url looks actual that:
but want make accessible through
my rewrite rule is
rewrite "(video).php?id=([a-u0-9a-z]+)&(video)=([.a-z0-9]{3,5})$" $1/$2/$3/$4? last;
but isn't working.
i'm confused syntax. part behind "rewrite" regex searched , last part whats replaced with, or other way around?
do have advices, suggestions, or other information me? appriciate :)
Comments
Post a Comment