Jam*_*s T 8 apache .htaccess mod-rewrite redirect
如何使用mod_rewrite将特定文件类型的请求发送到另一个域名(服务器)?
例:
如果您要求,http://example.com/potato.png那么它将重定向到http://anotherdomain.com/potato.png.
Boo*_*eus 15
这是使用jpg,gif或png扩展名将图像重定向到anotherdomain.com的快速解决方案
RewriteEngine on
RewriteRule \.(gif|jpg|png)$ http://anotherdomain.com/%{REQUEST_URI} [NC,R=301,L]
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3168 次 |
| 最近记录: |