re-enable tilde-username (~username)

There are 3 things that must be changed. Two of them you did. But did you remember do this one too again?
In /etc/httpd/conf/extra/httpd-vhost.conf:
Remove the # in front of both these lines:
Code:
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
and restart httpd.
You can place this also in the /ap2/extra directory if you made that one.

If that also won't help then I'm out of idea's at the moment. Like you say, it will probably be some little thing we overlooked and from which we will say afterwards "why didn't I think of that".
 
I re-checked tose lines, they were not commented out (never were for as far as I remember). The mystery remains unsolved...
 
Back
Top