Konu
profesyonel sef link yapısı ?
07-10-2013, 15:25:03
#10
uysal_rockci
XFQ adlı üyeden alıntı:
mesajı görüntüle
Mantık bu şekilde sanırım. htaccess yapısı nasıl olmalı peki ?
WP default şu şekilde :
Alıntı
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
aynısı kullanılabilir.