burakalaca adlı üyeden alıntı: mesajı görüntüle
.htaccess ana dizinde olması lazım
dosya ana dizinde görünüyor fakat gizli dosya şeklinde. sebebi gizli dosya olması mı acaba?

Alıntı
<IfModule mod_rewrite.c>
Options +FollowSymLinks -MultiViews

RewriteEngine On
RewriteCond %{REQUEST_URI} !.(?:css|js|jpg|gif|png)$ [NC]

RewriteRule ^kategori/(.*)$/?$ category.php?slug=$1 [NC,L]
RewriteRule ^s/(.*)$/?$ page.php?slug=$1 [NC,L]
RewriteRule ^yazi/(.*)$/?$ news.php?slug=$1 [NC,L]
RewriteRule ^ara search.php [NC,L]
</IfModule>

<IfModule mod_headers.c>
<FilesMatch ".(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>