File: /home2/yenicep/public_html/.htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteRule ^index$ index.php [QSA]
RewriteRule ^urunlerimiz$ urunlerimiz.php [QSA]
RewriteRule ^sss$ sss.php [QSA]
RewriteRule ^biz-kimiz$ biz-kimiz.php [QSA]
RewriteRule ^asistan-hizmetleri$ asistan-hizmetleri.php [QSA]
RewriteRule ^kasko$ kasko.php [QSA]
RewriteRule ^kvkk kvkk.php [QSA]
RewriteRule ^policeler policeler.php [QSA]
RewriteRule ^sorgula/(.*)$ sorgula.php?TransactionId=$1 [QSA]
RewriteRule ^x-aktiflestir/(.*)/(.*)$ x-aktiflestir.php?hash=$1&policeno=$2 [QSA]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit