Hello, I'm trying to redirect my website link Website Hosting - Mysite.com to www.mysite.com/forum I tried this location /index.html { rewrite ^(.*)$ http://www.mysite.com/community/ redirect; } But I got that error : -bash: syntax error near...