# VolanoChat Server Access Control File # This sample file allows access to any host or referring Web page. order allow,deny # Evaluate allow directives first allow from all # Allow all hosts deny from # Deny no hosts referrer allow from all # Allow all referring Web pages referrer deny from # Deny no pages