You're correct, there have been recent changes to SourceForge's Project Web hosting. As part of these updates, dynamic content such as PHP and database access is no longer supported on Project Web hosting. This is why your scripts (e.g., index.php and db.php) are no longer functioning as expected and are redirecting to the download page.
That said, most of your project files are still present, and since you have them versioned in Git, there's no need for us to perform a restoration. However, if it would be helpful, we can temporarily re-enable PHP and database support for up to one month to give you time to transition your project or migrate dynamic functionality elsewhere.
Please let us know if you'd like us to enable that temporary access.
Sincerely,
SourceForge Support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there!
I need some help. I assume that some kind of an update has been going on recently on SourceForge Project Web, as the PHP scripts I've written suddenly stopped working. Namely, if you try to open my project website ( https://picoblaze-simulator.sourceforge.io/ ), it will redirect you to the download page. But that's not what I told it to do. You can see the
index.phpfile here: https://sourceforge.net/p/picoblaze-simulator/code/ci/master/tree/index.phpIt is supposed to redirect you to the
PicoBlaze.htmlfile, rather than to the download page.Furthermore, my database has stopped working entirely since my
db.phpfile is also redirecting to the download page, rather than providing access to database. Try it: https://picoblaze-simulator.sourceforge.io/db.php?id=120You can see the
db.phpfile here ( https://sourceforge.net/p/picoblaze-simulator/code/ci/master/tree/db.php ), it is not supposed to redirect at all.How can I fix that?
Hello,
Thanks for reaching out.
You're correct, there have been recent changes to SourceForge's Project Web hosting. As part of these updates, dynamic content such as PHP and database access is no longer supported on Project Web hosting. This is why your scripts (e.g., index.php and db.php) are no longer functioning as expected and are redirecting to the download page.
That said, most of your project files are still present, and since you have them versioned in Git, there's no need for us to perform a restoration. However, if it would be helpful, we can temporarily re-enable PHP and database support for up to one month to give you time to transition your project or migrate dynamic functionality elsewhere.
Please let us know if you'd like us to enable that temporary access.
Sincerely,
SourceForge Support