RewriteEngine on


ErrorDocument 404 /404.html
RewriteRule ^([a-zA-Z0-9\-_]+).html$ index.php?sayfa=$1 [L,QSA]
RewriteRule ^sayfa/(.*).html$ index.php?sayfa=sayfalar&id=$1 [L,QSA]
RewriteRule ^detay/(.*).html$ index.php?sayfa=detay&id=$1 [L,QSA]
RewriteRule ^kategori/(.*).html$ index.php?sayfa=kategori&id=$1 [L,QSA]
RewriteRule ^arac/(.*).html$ index.php?sayfa=arac-detay&id=$1 [L,QSA]
RewriteRule ^tum-arac-listesi/(.*).html$ index.php?sayfa=kirala&id=$1 [L,QSA]
RewriteRule ^haber/(.*).html$ index.php?sayfa=haber-detay&id=$1 [L,QSA]
RewriteRule ^Ara/(.*)/(.*)$ index.php?sayfa=ara&id=$1&adi=$2 [L,QSA]
RewriteRule ^sayfalar-(.*?)?$ index.php?sayfa=sayfalar&id=$1

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

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
