8 messages in ru.sysoev.nginxRE: Missing slash on URL?
FromSent OnAttachments
Floren MunteanuMay 24, 2008 12:42 pm 
Jeffrey 'jf' LimMay 25, 2008 6:46 am 
Igor SysoevMay 25, 2008 11:39 am 
Floren MunteanuMay 25, 2008 12:32 pm 
Igor SysoevMay 27, 2008 1:38 am 
Floren MunteanuMay 28, 2008 9:39 pm 
Jeffrey 'jf' LimMay 28, 2008 10:44 pm 
Floren MunteanuMay 29, 2008 3:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: Missing slash on URL?Actions...
From:Floren Munteanu (ngin@public.gmane.org)
Date:May 28, 2008 9:39:39 pm
List:ru.sysoev.nginx

Hi Igor,

-----Original Message----- From: Igor Sysoev
[mailto:is-G@public.gmane.org] Posted At: Tuesday, May 27, 2008 4:39 AM Posted To: gmane.comp.web.nginx.english Conversation: Missing slash on URL? Subject: Re: Missing slash on URL?

/var/www/html/forum is a directory, not a file. /var/www/html/forum/index.php exist and is readable, can be accessed through a browser.

Then /forum will be handled in location '/' as static file or dir, and it will be redirected to /forum/.

So how would I make the server add the / at the end of the URL? If the URL is http://domain.com/forum, I would like it to become http://domain.com/forum/.

Wordpress uses nginx, as server. If you visit: http://wordpress.com/features

the missing slash will be automatically added at the end, to become: http://wordpress.com/features/

Thanks for your help,

Floren