allow htaccess override

This commit is contained in:
Eric Teubert 2011-12-17 15:04:36 +01:00
parent c393a557a0
commit f4cafdc5a7
5 changed files with 4 additions and 6 deletions

8
Vagrantfile vendored
View File

@ -33,10 +33,10 @@ Vagrant::Config.run do |config|
# to this Vagrantfile), and adding some recipes and/or roles.
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "cookbooks"
chef.add_recipe "vim"
chef.add_recipe "zsh"
chef.add_recipe "zlib"
chef.add_recipe "git"
# chef.add_recipe "vim"
# chef.add_recipe "zsh"
# chef.add_recipe "zlib"
# chef.add_recipe "git"
chef.add_recipe "apt"
chef.add_recipe "wordpress"

View File

@ -5,14 +5,12 @@
<Directory <%= @params[:docroot] %>>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
LogLevel info

0
plugins/.gitkeep Normal file → Executable file
View File

0
themes/.gitkeep Normal file → Executable file
View File

0
wordpress/.gitkeep Normal file → Executable file
View File