You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Martyn Routley <ma...@invictawiz.com> on 2008/06/19 21:25:57 UTC

[users@httpd] slightly wierd redirect

Hi
I would be grateful for assistance with this Apache22 problem.
Running "Apache/2.2.8 (FreeBSD) mod_ssl/2.2.8 OpenSSL/0.9.7e-p1 DAV/2 
PHP/5.2.6 with Suhosin-Patch" on FreeBsd 6.3

I have the standard httpd-userdir.conf, the active bits are:

UserDir public_html
UserDir disabled root toor daemon operator bin tty kmem games news man 
sshd bind proxy _pflogd _dhcp uucp pop www nobody mailnull smmsp

<Directory "/home/*/public_html">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

When I request a page using (for example) http://host.dom.com/~colin
The browser returns 404 Not found (The requested URL /~colin was not 
found on this server.)
In the httpd-error.log, I get this: "File does not exist: 
/home/colin/public_html/~colin"
I have no idea why I am getting the extra "~colin" at the end.

Can anyone help please?

-- 

Martyn Routley



-----------------------------------------------------------------------------
This message has been scanned for viruses and
dangerous content by the http://www.invictawiz.com
MailScanner, and is believed to be clean.
-----------------------------------------------------------------------------


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org