RewriteEngine On
RewriteCond %{SERVER_PORT} !=443


RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f 

RewriteRule ^g2aleri/? galeri2.php [NC,L]


RewriteRule ^([0-9a-zA-Z-_]+)$  detay.php?seo=$1 [L,QSA]



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