# BEGIN hediye
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hediye/
RewriteRule ^index.php$ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hediye/index.php [L]
</IfModule>
# END hediyealt klasörde bu kodlarla .htaccess dosyası oluşturup deneyin.