Reorganize PHP internals and static assets

Move shared PHP code into private/, move JavaScript files into js/, and block direct access to private/. Remove unused API key and cache artifacts from the working tree.
This commit is contained in:
www-data
2026-05-26 11:32:36 +02:00
parent 97f23260ed
commit 2f2e8869d6
30 changed files with 48 additions and 48 deletions
+2
View File
@@ -5,6 +5,8 @@ DirectoryIndex index.php
Options -MultiViews -Indexes
RewriteEngine On
RewriteRule ^private(?:/|$) - [F,L]
RewriteRule ^bootstrap-racket$ rkt.php [L,QSA]
RewriteRule ^bootstrap-racket-part$ rkt.php [L,QSA]
RewriteRule ^racket-pkg-index$ rktpkgs.php [L,QSA]