php3-list | 2000051

[PHP3] .htaccess From: Marian Vasile (marian_2001 <email protected>)
Date: 05/16/00

This is my .htaccess:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.phpeditor.f2s.com
AuthUserFile
/web/sites/120/phpeditor/www.phpeditor.f2s.com/_vti_pvt/service.pwd
AuthGroupFile
/web/sites/120/phpeditor/www.phpeditor.f2s.com/_vti_pvt/service.grp

Is here anything that is limitting me to write a local file ?

   

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>