On Thu, Dec 23, 2004 at 09:27:03PM +0100, Roeland Moors
wrote:> How can I place a normal download dir under rails?
>
> Example:
> This is a rails website:
> http://domain.tld
> And I want a dir like this
> http://domain.tld/debian
> This is a simple dir with directory listing enabled.
>
> If I do something like this, rails thinks it''s a controller.
> I could place something like this
> RewriteCond %{REQUEST_URI} !^/debian [NC]
> before every RewriteRule in .htaccess, but that''s not a great
> solution.
> Any ideas?
>
nevermind, just create an alias :-)
--
Roeland