RE: Page Relocate

On Wed, 2008-08-27 at 12:18 -0400, Ryan Jean wrote:
> 1. I see a period before every "htaccess" but the instructions say no
> extension. Usually the extension goes after the period, which would be
> "htaccess".

Most web servers run on UNIX or UNIX like operating systems. Prefixing a
filename with a . makes it a hidden file.

> 2. I also saw that if you don't include a 300 number, it defaults to temp.
> True?

If you use the Apache Redirect statement, and don't specify the type of
Redirect, it will default to 302 Found (not 307 Temporary Redirect).

> 3. I can't try it offline.

Apache is a free download.

-- 
David Dorward
http://dorward.me.uk/

Received on Wednesday, 27 August 2008 16:32:53 UTC