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. # to this Vagrantfile), and adding some recipes and/or roles.
config.vm.provision :chef_solo do |chef| config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "cookbooks" chef.cookbooks_path = "cookbooks"
chef.add_recipe "vim" # chef.add_recipe "vim"
chef.add_recipe "zsh" # chef.add_recipe "zsh"
chef.add_recipe "zlib" # chef.add_recipe "zlib"
chef.add_recipe "git" # chef.add_recipe "git"
chef.add_recipe "apt" chef.add_recipe "apt"
chef.add_recipe "wordpress" chef.add_recipe "wordpress"

View File

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