How to check if AllowOverride FileInfo options in vhost is set to ALL?
-
I asked my webhost to check if AllowOverride FileInfo options in vhost is set to ALL, but he answered I can activate this option on my own in .htaccess, and if I don’t know how to do that I shall browse Internet !!
As far as I understand I shall put this code into my .htacces
<Directory />
AllowOverride All
</Directory>Am I right? If yes, in which line shall I put this code
Thanks for your answer
- The topic ‘How to check if AllowOverride FileInfo options in vhost is set to ALL?’ is closed to new replies.