itpp2012 Wrote:
-------------------------------------------------------
> location /wiki {
> return 301 https://el.wikipedia.org/wiki$request_uri;
> }
No I did not tried this because I do not want to redirect EVERYTHING from OLDDIRECTORY to the NEWDIRECTORY$request_uri; but a SPECIFIC URL to a New URL.
Also, "return 301" part works fine. The "location" part is that not works with URLs in Greek.
-------------------------------------------------------
> location /wiki {
> return 301 https://el.wikipedia.org/wiki$request_uri;
> }
No I did not tried this because I do not want to redirect EVERYTHING from OLDDIRECTORY to the NEWDIRECTORY$request_uri; but a SPECIFIC URL to a New URL.
Also, "return 301" part works fine. The "location" part is that not works with URLs in Greek.