这是到目前为止我的.htaccess
文件。我将其发布在下面:
AddType text/plain .phps
AddType application/x-tgz .tgz
AddType application/x-chrome-extension .crx
AddType application/x-web-app-manifest+json .webapp
<filesMatch "^(index|preactalpha)\.html$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</filesMatch>
<IfModule mod_rewrite.c>
RewriteEngine on
错误:
CORS策略已阻止从来源“ https://sim2.pokemoninfinite.com/showdown/info?t=1558251232053”访问“ https://play.pokemonadventures.com”处的XMLHttpRequest:请求的资源上没有“ Access-Control-Allow-Origin”标头。
我在上面的.3节“添加一些代码”中放置了第4节。
答案 0 :(得分:0)