##### Re-directing Begin #####
Options +Indexes +FollowSymlinks -MultiViews
RewriteEngine on
RewriteBase /
RewriteRule ^\.(js|ico|gif|png|jpg|css)$ $1 [L]
RewriteRule ^categoria/([^/]+)/?$ template/index.php?categoria=$1 [L]
RewriteRule ^([^/]+)/([^/]+)/?$ template/articolo.php?categoria=$1&id=$2