Forum Moderators: phranque
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.example.gr
AuthUserFile /home/example/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/example/public_html/_vti_pvt/service.grp
RewriteEngine on
RewriteRule .*\.(chat)$ http://www.example.gr/chat/chat.html [R,NC]
i change the AuthUserFile && AuthGroupFile the path but is doing nothing i have the same problem
Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
can anyone help me?
[edited by: jatar_k at 2:35 pm (utc) on Jan. 3, 2008]
[edited by: jdMorgan at 2:45 pm (utc) on Jan. 3, 2008]
[edit reason] please use example.tld [/edit]