Results 1 to 4 of 4

Thread: Why doesn't this Apache directive work?

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    Why doesn't this Apache directive work?

    Code:
    Alias /desktop "c:\documents and settings\arien talabac\desktop\"
    <Location "/desktop">
        AuthName "Arien's Computer"
        AuthType Basic
        AuthUserFile conf/users.pass
        Require user arien
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </location>
    I get a 403 Forbidden error, even if I get rid of the Location block or if I change the \s to /s.

  2. #2
    denniswrenn
    Guest
    You must always use forward slashes. And try removing the last slash(in "c:/.....desktop/").

  3. #3

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    No difference.

  4. #4

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Oh. Ctrl-S doesn't save in Notepad. Got it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width