31
SMF / Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Son İleti Gönderen: HS-Hamza Şubat 15, 2010, 06:01:08 ÖS »Merhaba Hocam Ya Ben Kurdumda Sayfayý Yenilediðimde Þöyle Bir Hata Almaktayým ;
Duplicate entry 'seo4smf_enable' for key 1
Dosya: C:\Inetpub\vhosts\paylasmayagel.com\subdomains\forum\httpdocs\Packages\temp\install.php
Satýr: 41
bu þekil bir veritabaný hatasý smf sürümüm 1.1.11 dir... yardýmlarýnýzý bekliyorum...
Duplicate entry çift giriş manasına gelirki veritabanızda seo ile ilgili yukarıda belirtilen girdiden birden fazlaca girildiyseb bu hatayla karşılaşırsınız. Yapmanızı gerekeni Abdullah bey anlatmış. Uyguladiğiniz takdirde 0 dan kurmaya rahatça başlayabilirsiniz
Dediðinizi yaptým siteye girdiðim zaman herhangi bir kategoriye girdiðim zaman resimdeki hatayý alýyorum neden acaba?
Merhaba.
.htaccess Dosyası olarak Şunu Deneyiniz ;
Kod: [Seç]
RewriteEngine on#Some apache servers need Rewritebase.#delete # from start of Rewrite base to enable it.#If your forum is something like http://www.forum-example.com/forum then modify your#RewriteBase in this way: RewriteBase /forumRewriteBase /forum#Archive/SitemapsRewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]#uncomment if you use beautifying url actions#RewriteCond %{REQUEST_METHOD} =GET#RewriteCond %{QUERY_STRING} ^action=(.*)$#RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^topic=([0-9]*.[0-9]*)RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)RewriteRule ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$RewriteRule ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)RewriteRule ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]#Tiny Portal Old Url'sRewriteCond %{QUERY_STRING} ^page=([0-9]*)RewriteRule ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]#Rewrite Old urlsRewriteRule ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]RewriteRule ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]RewriteRule ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]#Bad Url's#RewriteCond %{REQUEST_URI} ^(.*)\.html$#RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$#RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]RewriteRule ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]RewriteRule ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]#New board URL'sRewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]#New topic URL'sRewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]#New profiles URL'sRewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]#New Tinyportal Articles URL'sRewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]#New action Url's - uncomment if you use beautifying url actions#RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]#RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]#SitemapsRewriteRule sitemap.xml sitemaps.php [L]RewriteRule urllist.txt urllist.php [L]