Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External file not work #19

Open
SalvatoreNoschese opened this issue Dec 17, 2016 · 1 comment
Open

External file not work #19

SalvatoreNoschese opened this issue Dec 17, 2016 · 1 comment

Comments

@SalvatoreNoschese
Copy link

SalvatoreNoschese commented Dec 17, 2016

Eg: try to put a mega url, url will become: https://www.laltroweb.it/download/https://mega.nz/#!***
then, no work.

Also, change url page to files instead of download, file url slug remain to download.

Also, if directory not exist in ftp, this isn't created and cause an error in error log.

Also, category url is without slash, but - indeed - this redirect to release with slash: https://www.laltroweb.it/download?dl_cat=1 > https://www.laltroweb.it/download/?dl_cat=1

Finally, if id not exist we have a die in blank page!! Imho a simple error inside download can be a more appreciated error report.

Also, i still cannot understand utility of "to" button inside add download tab page (is still empty).

... So, some little bug to fix here, and i really hope can be fixed.

@SalvatoreNoschese
Copy link
Author

Edit: external file fixed provisory with htaccess redirect:

RewriteCond %{REQUEST_URI} ^/download/http(.+)$ [NC]
RewriteRule ^(.*)$ http%1? [L,R=301]

can be imperfect, but atm work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant