RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/


RewriteRule ^(.*)index\.php$ /$1 [R=301,L]


RewriteCond %{HTTP_HOST} ^www\.hunkarkosku\.com [NC]
RewriteRule ^(.*)$ https://hunkarkosku.com/$1 [L,R=301]




	RewriteEngine On
	RewriteBase /
	RewriteRule ^index\.php$ - [L]
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d











