Archive

Archive for the ‘apache’ Category

gentoo apache2 userdir

November 8, 2008 varnit Leave a comment

edit file

/etc/conf.d/apache2

append

-D USERDIR

to APACHE2_OPTS

Categories: apache, gentoo, linux

simple apache rewrite

April 8, 2008 varnit Leave a comment

RewriteEngine   On

RewriteCond     %{REQUEST_FILENAME}  !-d

RewriteRule     ^/user/authenticate /path/to/file/auth.php

Categories: apache