só precisa colar o arquivo googlec7feca3a4513beef.html na pasta Webroot, em vez de usar o Root
// 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]
só precisa colar o arquivo googlec7feca3a4513beef.html na pasta Webroot, em vez de usar o Root