//这是我的 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>
在我的 htaccess 中应该如何添加这个 google analytics 链接
glamestates.co.uk/googlec7feca3a4513beef.html
我到目前为止已经得到了什么,但这不起作用。我在第五行添加了
RewriteRule ^glamestates\.co\.uk\googlec7feca3a4513beef\.html$ http://www.glamestates.co.uk\googlec7feca3a4513beef.html%{REQUEST_URI} [R=301,L]
答案1
只需将 googlec7feca3a4513beef.html 文件粘贴到 Webroot 文件夹而不是 Root 文件夹即可