Init Void project

This commit is contained in:
2024-11-29 19:52:52 +01:00
commit 5fb1e058cd
17 changed files with 1806 additions and 0 deletions

7
.htaccess Normal file
View File

@@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule \.txt$ index.php [L]
</IfModule>