HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: yenicep (1023)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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