Download links question
marlonesteban - June 18, 2007 - 03:14
| Project: | backup |
| Version: | 5.x-4.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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!

#1
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
#2
You can get this one off of your todo :p
Thanks for the module and nice clean code btw.