hello all,
site completely off line. Any thoughts? Message from website:
You need to configure your webserver in order to being able to run EspoCRM. After that, refresh the page. For Apache webserver
You need to have mod_rewrite enabled. You can do it by running in the terminal:
sudo a2enmod rewrite
sudo service apache2 restart
Non-production environment
You need to enable `.htaccess` usage in the apache configuration. Add the code:
AllowOverride All
thanks.
site completely off line. Any thoughts? Message from website:
You need to configure your webserver in order to being able to run EspoCRM. After that, refresh the page. For Apache webserver
You need to have mod_rewrite enabled. You can do it by running in the terminal:
sudo a2enmod rewrite
sudo service apache2 restart
Non-production environment
You need to enable `.htaccess` usage in the apache configuration. Add the code:
AllowOverride All
thanks.
Comment