How to Set AllowOverride all

I want to set the AllowOverride all But I don’t know how to do it. I have found the following code by searching the google and pasted it in .htaccess:

<Directory>
        AllowOverride All
</Directory>

But after pasting it I started receiving "Internal Server Error"

Can anyone guide me where to put this code or how to do it?

12 Answers
12

Leave a Comment