Arkadaşlar fgallery eklentisini kurdum, permalink için
# BEGIN FGALLERY
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^photos/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos.php?$1=$2&$3=$4 [QSA,L]
</IfModule>
# END FGALLERY
bu htaccess e kaydediyorum, fakat bu seferde konuların permalink ayarı olmuyor. Yani hem konuların hemde fgallery için htaccess e ne yazmam lazım ?
# BEGIN FGALLERY
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^photos/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos.php?$1=$2&$3=$4 [QSA,L]
</IfModule>
# END FGALLERY
bu htaccess e kaydediyorum, fakat bu seferde konuların permalink ayarı olmuyor. Yani hem konuların hemde fgallery için htaccess e ne yazmam lazım ?