On Tue, Nov 4, 2008 at 8:59 PM, Seb <[EMAIL PROTECTED]> wrote:
> On Tue, 4 Nov 2008 20:49:39 -0500,
> "Eric Covener" <[EMAIL PROTECTED]> wrote:
>
>> On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote:
>>> On Tue, 4 Nov 2008 20:21:39 -0500,
>>> "Eric Covener" <[EMAIL PROTECTED]> wrote:
>>
On Tue, 4 Nov 2008 20:49:39 -0500,
"Eric Covener" <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote:
>> On Tue, 4 Nov 2008 20:21:39 -0500,
>> "Eric Covener" <[EMAIL PROTECTED]> wrote:
>> and my user needs to have a directory Path/ have a lower case URI (as
On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote:
> On Tue, 4 Nov 2008 20:21:39 -0500,
> "Eric Covener" <[EMAIL PROTECTED]> wrote:
> and my user needs to have a directory Path/ have a lower case URI (as
> http://some.host.com/~user/path). With the rule I tried:
> RewriteRule ^path(.
On Tue, 4 Nov 2008 20:21:39 -0500,
"Eric Covener" <[EMAIL PROTECTED]> wrote:
[...]
> What does it do? Can you enable the RewriteLog? Do you have
> RewriteEngine on? Are your htaccess files being read (AllowOverride
> none)
Yes, the .htaccess file at the top of the user public directory works
r
On Tue, 04 Nov 2008 15:16:47 -0600,
Seb <[EMAIL PROTECTED]> wrote:
> Hi, I'm having trouble specifying a seemingly very simple rewrite rule
> in .htaccess, where I simply want to redirect from say
> http://some.host.com/path to http://some.host.com/Path, and any
> subdirectories of course. I thou