Re: UserDir and ~

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jan 18, 2010 at 6:00 AM, Daniel Ruiz Molina
<daniel.ruiz@xxxxxxxxxxx> wrote:
> Hi,
>
> I would to like to do some type of rewrite for remove ~ in connections like
> http://mydomain/~user. UserDir is, by default, public_html and directory for
> it is /home/*/public_html. Users need to write http://mydomain/~user to get
> their own pages, but now I'm interested in doing some rewrite for allowing
> connections like http://mydomain/user.
>
> I have test this:
>
> UserDir /home/*/public_html
> <IfModule mod_rewrite.c>
>
>   RewriteEngine on
>   RewriteCond /home/$1/$2 -f [OR]
>   RewriteCond /home/$1/$2 -d
>   RewriteRule ^/([^/]+)(.*) /home//$1/$2
>
> </IfModule>


>
> but this not works...
>


What happens? What does your errorlog say? What does the RewriteLog
say?  Did you drop "public_html" intentionally?




-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux