I’m using DotNetNuke’s file manager and the files have these hard links that DNN generates. When I delete a file and upload a file of the same name, the hard link changes.
Can I get the file to use the old URL of the deleted file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to upload the file and let DNN replace the existing file. if you delete the file it is removed from the database, and when re-added it is assigned a new ID value, thus your links will be broken.