    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{HTTP_HOST} ^(www\.)?usmarinesurvey\.com
    RewriteRule ^(.*)$ https://www.usmarinesurvey.com/$1 [R,L]
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
	
	
RewriteEngine On

# ?/eryaman-aci-ozel-ogretim-kursu query string'ine sahip URL'yi yönlendir
RewriteCond %{QUERY_STRING} ^\/eryaman-aci-ozel-ogretim-kursu$
RewriteRule ^$ https://kurs.aciankara.com/? [R=301,L]

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


# php -- END cPanel-generated handler, do not edit
