Hello Denis,
Monday, February 18, 2008, 5:21:33 PM, you wrote:
Monday, February 18, 2008, 5:10:37 PM, you wrote:
If there is any other prob that anyone finds with this config, please let me
know.
server {
listen 80;
server_name localhost;
- server_name_id_redirect off;
+ server_name_in_redirect off;
#charset koi8-r;
#access_log logs/host.access.log main;
Now when I enter www.mysite.com/testsite/ it works fine, but when I try
www.mysite.com/mysite it redirects me to http://localhost/testsite/
What is the problem here.