Skip to:
Content
Pages
Categories
Search
Top
Bottom

AllowOverride


  • Engine44
    Participant

    @engine44

    Hi,

    I am using the newest versions of WP and BP. I use the default theme and only have a localhost installation (WAMP) on my PC running Windows 10.

    This is a new installation and I am trying to ensure I meet all the prerequisites. I am having trouble with the following one:

    AllowOverride should be set to All in folder where .htaccess is, for example:

    <VirtualHost *:80>
     DocumentRoot /var/www/html
     <Directory “/var/www/html”>
      AllowOverride All
     </Directory>
    </VirtualHost>

    So far I haver been unable to find any folder that has an AllowOverride option. Where might I find this folder? Thanks.

  • The topic ‘AllowOverride’ is closed to new replies.
Skip to toolbar