On Mon, Mar 19, 2001 at 06:48:44AM +1100, Howard Lowndes wrote:
> >From how I read the Apache manual the following redirect _should_ work,
> but isn't:
> 
> <Directory /var/www/guest/LANNet> 
>       Redirect permanent /var/www/guest/LANNet/GIMP_Manual 
>http://manual.gimp.org/manual/GUM/GUM.html
> </Directory> 

the syntax for Redirect is:

Redirect [status] <url-path> <url>

note that it is url-path, not path...meaning the path relative to the
document root.

try this instead:

Redirect permanent /guest/LANNet/GIMP_Manual http://manual.gimp.org/manual/GUM/GUM.html


btw, it doesn't need to be wrapped in <Directory>...</Directory>.


craig

--
craig sanders <[EMAIL PROTECTED]>

      GnuPG Key: 1024D/CD5626F0 
Key fingerprint: 9674 7EE2 4AC6 F5EF 3C57  52C3 EC32 6810 CD56 26F0

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to