groups

name language licence
Require the www Apache Other
Block access to files during certain hours of the day Apache Other



language: Apache
licence: Other

Require the www

options: view full snippetsend to code collector
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.site\.com$ [NC]
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301,L]
	
(Continues...)