Estou tentando obter uma www simples. para não www. redirecionar configurado. Aqui está o .htaccess
DirectoryIndex index.php
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.org [NC]
RewriteRule ^(.*)$ http://domain.org/$1 [L,R=301]
Rew...
11.08.2012 / 01:35