Account created on 22 November 2024, 30 days ago
#

Recent comments

I added the Apache Rewrite directives and now I can see the CSS and JS folders. The website looks good now. Thank you!

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Production build 0.71.5 2024