I'm using the Ubuntu stock install of Apach, but for some reason,
.htaccess files are not having any effect, despite that AccessFileName
is set to .htaccess.

E.g., here's a .htaccess, and neither the auth nor rewrite stuff is
working. In fact, I can just put gibberish into .htaccess, and no
complaints come up. Any hints would be greatly appreciated -- thanks!

AuthType Basic
AuthName "Password Required"
AuthUserFile /www/passwords/password.file
AuthGroupFile /www/passwords/group.file
Require Group admins

RewriteEngine On
RewriteBase /wp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.+)$ /index.php/$1 [L,QSA]
RewriteRule . /wp/index.php [L]
-- 
Yang Zhang
http://yz.mit.edu/

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to