Files
Portfolio-Codex/.htaccess
2026-02-04 17:06:28 +01:00

7 lines
144 B
ApacheConf

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