mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 14:29:27 +00:00
5 lines
141 B
ApacheConf
5 lines
141 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteCond %{HTTP_HOST} !^www\. [nocase]
|
|
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=302,L]
|