Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

public directories should be accessible w/o trailing slash #183

Closed
ma11hew28 opened this issue Jul 15, 2011 · 2 comments
Closed

public directories should be accessible w/o trailing slash #183

ma11hew28 opened this issue Jul 15, 2011 · 2 comments

Comments

@ma11hew28
Copy link

Given projects is a directory in public
And projects contains an index.html file
When I navigate to http://myjekyllsite.dev/projects
Then I see "404 Not Found"

Instead, I should be automatically redirected to http://myjekyllsite.dev/projects/ (with the trailing slash) or something.

See more: http://stackoverflow.com/questions/6696711/does-jekyll-work-with-pow/6711524#6711524

@josh
Copy link
Contributor

josh commented Jul 22, 2011

I dont' think we're going to be able to emulate all apache file serving features.

I'd suggest using jekyll --server instead of pow.

@josh josh closed this as completed Jul 22, 2011
@ma11hew28
Copy link
Author

What? Anything is possible! :)

On Friday, July 22, 2011, josh <
reply@reply.github.com>
wrote:

I dont' think we're going to be able to emulate all apache file serving
features.

I'd suggest using jekyll --server instead of pow.

Reply to this email directly or view it on GitHub:
#183 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants