como configurar o google analytic link para meu htaccess

0

// aqui está o meu htaccess

<IfModule mod_rewrite.c>   
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^glamestates\.co\.uk$ [NC]
    RewriteRule ^.*$ http://www.glamestates.co.uk%{REQUEST_URI} [R=301,L] # <-- Mind the 'L'!

    RewriteRule ^$ app/webroot/    [L]
    RewriteRule (.*) app/webroot/$1 [L]
</IfModule>

onde está prestes a adicionar este link do Google Analytics no meu htaccess

glamestates.co.uk/googlec7feca3a4513beef.html 

o que eu tenho até agora, mas isso não funciona. Eu adicionei na linha cinco

RewriteRule ^glamestates\.co\.uk\googlec7feca3a4513beef\.html$ http://www.glamestates.co.uk\googlec7feca3a4513beef.html%{REQUEST_URI} [R=301,L]
    
por Fury 20.03.2014 / 00:12

1 resposta

0

só precisa colar o arquivo googlec7feca3a4513beef.html na pasta Webroot, em vez de usar o Root

Aqui você vai

    
por 23.03.2014 / 02:56