React start

This commit is contained in:
2024-07-23 02:02:13 +02:00
parent 1bff7f46d7
commit f303c7423c
6 changed files with 53 additions and 9070 deletions
+7
View File
@@ -0,0 +1,7 @@
RewriteEngine On
RewriteBase /phpCourse/exam/dist
## Disallow direct entry over the dist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ / [L,NC,QSA,F]