I have a Drupal site, running without clean URLs. The backup module works great, but in the list of backups, the download link does not point to the right path,

I get:

http://my/site/?q=./drupal-backup-20070617020511-575580221.tar.gz

but if I change it to:

http://my/site/./drupal-backup-20070617020511-575580221.tar.gz

works fine!

Is there a way to fix this without clean URLs enabled?

Thanks!

CommentFileSizeAuthor
#2 backup.module.patch497 bytessyngi
#2 forms.inc_.php_.patch600 bytessyngi

Comments

dmuth’s picture

Oh, I hadn't thought about that!

I'll put this on my TODO list to fix in the next iteration. Thanks for pointing this out.

-- Doug

syngi’s picture

Status: Active » Needs review
StatusFileSize
new600 bytes
new497 bytes

You can get this one off of your todo :p

Thanks for the module and nice clean code btw.