#beginConf ErrorLog ${APACHE_LOG_DIR}/SITEname_error.log #CustomLog ${APACHE_LOG_DIR}/SITEname_custom.log combined DirectoryIndex index.php index.html index.htm DocumentRoot /var/www/DOMAINname/html #Include snippets/apa-backendredir.conf Options FollowSymLinks AllowOverride Limit Options FileInfo DirectoryIndex index.php Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Options FollowSymLinks Order allow,deny Allow from all SetHandler "proxy:unix:/var/run/php/phpPHPver-fpm-SITEname.sock|fcgi://localhost" #endConf