<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /basvuru-formu/
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /basvuru-formu/index.html [L]
  
  # Pass Authorization header to PHP
  SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
</IfModule>
