allow htaccess override
This commit is contained in:
parent
c393a557a0
commit
f4cafdc5a7
8
Vagrantfile
vendored
8
Vagrantfile
vendored
@ -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"
|
||||||
|
|
||||||
|
@ -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
0
plugins/.gitkeep
Normal file → Executable file
0
themes/.gitkeep
Normal file → Executable file
0
themes/.gitkeep
Normal file → Executable file
0
wordpress/.gitkeep
Normal file → Executable file
0
wordpress/.gitkeep
Normal file → Executable file
Loading…
Reference in New Issue
Block a user