apache_conf 如果从开发站点丢失,请抓取实时站点文件 - htaccess

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 如果从开发站点丢失,请抓取实时站点文件 - htaccess相关的知识,希望对你有一定的参考价值。

# https://stevegrunwell.github.io/wordpress-git/#/13

<IfModule mod_rewrite.c>
  RewriteEngine on

  # Attempt to load files from production if
  # they're not in our local version
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule wp-content/uploads/(.*) \
    http://{PROD}/wp-content/uploads/$1 [NC,L]
</IfModule>

# WHAT DOES IT DO?
# Does the requested file exist in the local filesystem?
#	YES: Load it as we normally would
#	NO: Attempt to load the file from production

以上是关于apache_conf 如果从开发站点丢失,请抓取实时站点文件 - htaccess的主要内容,如果未能解决你的问题,请参考以下文章

Google新闻站点地图语法

从 url 不变的站点中抓取响应表

如何使用 python 从 Intranet 站点抓取 URL 数据?

apache_conf 云.htaccess,辅助站点重定向到主站点页面

站点抓取库的好的 Perl 或 Python 起点是啥? [复制]

使用 Python 从电子商务 Ajax 站点抓取 JSON 数据