Files
php-curl-class/docs/source/.htaccess
T
2014-05-26 11:09:04 -07:00

5 lines
141 B
ApacheConf

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [nocase]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=302,L]