shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

mod_rewrite is not default enabled #28

Open brtsos opened 3 years ago

brtsos commented 3 years ago

mod_rewrite is not default enabled

flohessling commented 3 years ago

I will look into it, but it should be the case if ansible was executed properly:

./ansible/roles/shopware-dev/tasks/main.yml:

- name: enable mod_rewrite
  become: yes
  apache2_module:
    name: rewrite
    state: present
  notify: restart-apache