Fixed small bugs, Revamped string compiler, Removed dead gitea links, Added images

Update .gitignore, .htaccess, and 12 more files...
This commit is contained in:
2023-12-15 08:08:20 +01:00
parent d592899073
commit 364354c335
14 changed files with 127 additions and 188 deletions

6
articles/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
# Serving minified pages and/or pre-rendered ones first if available.
DirectoryIndex index.min.html index.min.php index.php index.html
# Redirecting any URL that starts with "/content" to the root of this folder.
RewriteEngine On
RewriteRule ^(.*) index.php [NC]