Clicking on hyperlinks gives a 404
Posted: Tue Oct 14, 2025 6:03 am
I have hyperlinks that are created in the Browse form using this in the 'Display' field.
They worked fine before. Now all of a sudden, they don't. When I left-click on the hyperlink (which in this case is created as):
I get this in the new browser tab which causes a 404:
I can right-click on the hyperlink and open in a new tab just fine, but left-clicking gives the above. It's as if it thinks 'Download All Audio Files' is the path???
What happened? How do I fix this?
Code: Select all
IF(pk_audio_files <> '', CONCAT('<a href="', pk_audio_files, '" target="_blank" download>Download All Audio Files</a>'), 'No (.zip) file available' )
Code: Select all
http://localhost/nuBuilder2/Uploads/Case%2012/Evidence/Audio/archive_251007_230648.zip
Code: Select all
http://localhost/nubuilder2/Download%20All%20Audio%20Files
What happened? How do I fix this?