Options -Indexes
Options +FollowSymLinks

RewriteEngine On
RewriteBase /projects/education/edu-php81/

# Let real files and directories through untouched
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Send everything else to the front controller
RewriteRule ^(.*)$ index.php [QSA,L]
