Thread: erro install
View Single Post
  #2  
Old 18th January 2012, 19:15
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
1. You have to install Memcache.

On Debian Linux, enter this command :
Code:
apt-get install memcached php5-memcache
2. You have to edit the DocumentRoot in order to force Apache to read only the /web folder

3. Enable the rewrite module with this command :
Code:
a2enmod rewrite
/etc/init.d/apache2 restart
Reply With Quote