EEDU Blog: 博客 ·  资讯 ·  论坛 ·  留言
登录 新用户? 注册   |  

ahaoxie's blog

订阅博客:

环境生态网站长

阅读全文

Configuring Backup & Migrate Module on IIS

 Configuring Backup & Migrate Module on IIS and the following error show:
  • Security notice: Backup and Migrate will not save backup files to the server because the destination directory is publicly accessible. If you want to save files to the server, please secure the 'sites/default/files/backup_migrate/manual' directory
  • Could not run backup because the file could not be saved to the destination.

It turns out the solution is quite simple if you have the right directions!

In IIS6 / Windows Server 2003?
1. Open IIS Manager
2. Navigate to the sites/default/files directory
3. Right click on the backup_migrate directory and select "Properties"
4. In the box with all the checkboxes, uncheck "Read"
5. Click "Apply", then "OK"

For IIS7 / Windows Server 2008
1. Open Windows Explorer
2. Navigate to the sites/default/files directory or where you've configured your backups to be stored.
3. Right click on the backup_migrate/manual directory and select properties. Select the security tab then advance button.
4. Add / modify the user IUSR click Deny for "List folder contents"
5. Click "Apply", then "OK"

http://groups.drupal.org/node/74893

发表于: 2012-09-21 04:39 | 全文(查看: 356) | 评论(1) | 本文地址 | 收藏 
分类: 小窍门(95)   标签: drupal  新知  

"Configuring Backup & Migrate Module on IIS" 的评论: (共 1 条)

  • 2012-09-21 05:43
    ahaoxie


    1: config.web增加:
    <rule name="postinst-redirect" stopProcessing="true">
    <match url="sites/default/files/backup_migrate" />
    <action type="Rewrite" url=""/>
    </rule>

你对本文的评论:

登录后再作评论
Page was generated in 21 milliseconds