• 28-06-2009, 16:08:11
    #1
    Üyeliği durduruldu
    Meraba arakdasalar bi arkadasın forum sitesine Zonits seo kurduk fakat Linklerde Sayfa goruntulenemiyor.

    yonlendirme hatasımı var aceba yardımcı olurmusunuz.

    Aldıgımız hata:
    Not Found
    
    The requested URL /unreal-irc-sikca-sorulan-sorular-t1.html was not found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  • 28-06-2009, 16:14:20
    #2
    zoints seçeneklerden rewrite url kısmından 3. opsiyonu seç
    ardından şu htaces içeriklerini sırayla dene

    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]
    *






    Options +FollowSymLinks +MultiViews
    RewriteEngine On
    Rewritebase /
    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]



    Options +FollowSymlinks 
    RewriteEngine on 
    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]
  • 28-06-2009, 16:21:54
    #3
    Üyeliği durduruldu
    Denedim tek tek ama malesef olmadı.

    pm attım bakarmısınız.
  • 28-06-2009, 23:55:21
    #4
    .htaccess dosyasını düzenlediniz mi ?
  • 28-06-2009, 23:57:42
    #5
    rewrite url bölümünden 2. seçeneği seçin.
  • 29-06-2009, 01:59:46
    #6
    arkadaş yazmayı unutmuş sanırım sorunu halledildi