| name | language | licence |
|---|---|---|
| Clear | CSS | Other |
| Connessione DB | PHP | Other |
| dimensioni effettive di un Div | JavaScript | Other |
| Check Email | JavaScript | Other |
| @import | CSS | Other |
| Require the www | Apache | Other |
| Block access to files during certain hours of the day | Apache | Other |
| I Love Typography | CSS | Other |
< 1 2 >
language: Apache
licence: Other
Require the www
options: view full snippet • send to code collector
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.site\.com$ [NC]
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301,L]



library
html (4)