Options +FollowSymLinks
RewriteEngine On

# Eğer gerçek dosya veya klasör varsa rewrite yapma
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteCond %{REQUEST_URI} !^/support(/|$)
RewriteCond %{REQUEST_FILENAME}\.php -f


RewriteRule ^(.*)/?$ $1.php [L]
RewriteRule ^([a-zA-Z0-9_-]+)/?$ index.php?git=$1 [QSA,L]
RewriteRule ^player/([0-9a-zA-Z-_]+)/?$ index.php?git=player&name=$1 [L,NC]

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST On
</IfModule>

Options All
