Slimmed down the content section's code, Added images.

Update .htaccess, content.php, and 16 more files...
This commit is contained in:
2022-04-15 02:22:40 +02:00
parent ccf4134cff
commit de7bb68b49
18 changed files with 4426 additions and 156 deletions

View File

@@ -77,7 +77,8 @@ RewriteRule ^lb/(.*)$ /$1 [QSA]
#RewriteRule ^((en|fr|lb)/)?electronics/(iot|experiments)/(.*)$ /content/$1 [QSA]
# Content pages. (Old regex are taken care of by the "content/index.php" page)
RewriteRule ^((en|fr|lb)/)?(blog|programming|electronics)/(.*)$ /content/$1 [QSA]
#RewriteRule ^((en|fr|lb)/)?(blog|programming|electronics|projects)/(.*)$ /content/$1 [QSA]
#RewriteRule ^((en|fr|lb)/)?(content)/(.*)$ /content/$1 [QSA]
# Internal redirections for scanning and exploit attempts.
# These rules are here since they're easier to implement in the .htaccess.