ServerName aplicaciones.lliurex.net ServerAdmin webmaster@localhost DocumentRoot /var/www/html Alias /analytics /usr/lib/analytics-server/analytics RewriteEngine On RewriteBase /analytics RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . reports.php [L] Order allow,deny Allow from all Require all granted #Options -Indexes -FollowSymlinks AllowOverride None ErrorLog ${APACHE_LOG_DIR}/analytics-error.log CustomLog ${APACHE_LOG_DIR}/analytics-access.log combined # vim: syntax=apache ts=4 sw=4 sts=4 sr noet