Bicycle/.htaccess
Egor Isaev e672216b8a Initial commit: entry point and project structure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 15:28:15 +03:00

7 lines
135 B
ApacheConf

Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]