• 07-11-2009, 00:27:30
    #1
    http://www.maxipaylasim.net Arkadaslar sitemde konu içine kategori içine giremiyorum neden acaba?
  • 07-11-2009, 02:16:09
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    zoint seo nun .htaccess dosyası ftp de yok. ftp ye at.
  • 07-11-2009, 02:35:58
    #3
    attım ama olmadı bendeki zoints seo şöyle
    RewriteEngine on
    Options +FollowSymlinks 
    RewriteBase / 
    RewriteRule ^([a-z]+).html$ /index.php?$1 [R,L]
    RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L] 
    RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L] 
    RewriteCond %{REQUEST_URI} !(index.php|.css) [NC] 
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] 
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]RewriteCond %{HTTP_REFERER} !^http://maxipaylasim.net/.*$      [NC]
    
    RewriteCond %{HTTP_REFERER} !^http://maxipaylasim.net/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://maxipaylasim.net$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.maxipaylasim.net/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.maxipaylasim.net$      [NC]
    RewriteRule .*\.([a-z]+[a-z]+)$ http://www.maxipaylasim.net/ [R,NC]
    Orjinalini attım ama malesef olmadı
  • 07-11-2009, 03:12:16
    #4
    Zoint için eklemeniz gereken kod:

    Options +FollowSymlinks
    RewriteEngine on

    RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
  • 07-11-2009, 09:53:49
    #5
    tesekkürler oldu
  • 07-11-2009, 14:22:30
    #6
    Rica ederim.