seo problemi
|
#1988 |
|
|
Cochineal
User is:
Posts: 28
Meslek: Yok
Age: 41
|
siteme seo kurdum problemsiz sayfalar .html seklinde fakat mesaj g?nderirken ?ye olurken ve konu acarken assagidaki hatayi veriyor:
Not Found The requested document was not found on this server. ama yinede konu aciliyor mesaj gidiyor veya ?yeliginiz aciliyor. ama tabi geri gitmeniz gerekiyor vs hos birsey degil.. bunu nasil d?zeltebilirim htaccess assagidaki sekilde: Kod: # Rewrite engine options Options FollowSymLinks -Indexes RewriteEngine On # Server-relative path to seditio: RewriteBase / # Engine Shortcuts RewriteRule ^user/(.+)\.html(#.*)?$ users.php?rwr=m-details/ual-$1$2 [NC,NE,L] RewriteRule ^c-(.+)\.html(#.*)?$ list.php?rwr=c-$1$2 [NC,NE,L] RewriteRule ^i-([0-9]+)-[^/]+(.*)\.html(#.*)?$ page.php?rwr=id-$1$2$3 [NC,NE,L] RewriteRule ^i-(.+)\.html(#.*)?$ page.php?rwr=id-$1$2 [NC,NE,L] RewriteRule ^a-(.+)\.html(#.*)?$ page.php?rwr=al-$1$2 [NC,NE,L] RewriteRule ^p-(.+)\.html(#.*)?$ plug.php?rwr=e-$1$2 [NC,NE,L] RewriteRule ^o-(.+)\.html(#.*)?$ plug.php?rwr=o-$1$2 [NC,NE,L] RewriteRule ^s-([0-9]+)-[^/]+(.*)\.html(#.*)?$ forums.php?rwr=m-topics/s-$1$2$3 [NC,NE,L] RewriteRule ^s-(.+)\.html(#.*)?$ forums.php?rwr=m-topics/s-$1$2 [NC,NE,L] RewriteRule ^q-([0-9]+)-[^/]+(.*)\.html(#.*)?$ forums.php?rwr=m-posts/q-$1$2$3 [NC,NE,L] RewriteRule ^q-(.+)\.html(#.*)?$ forums.php?rwr=m-posts/q-$1$2 [NC,NE,L] RewriteRule ^t-([0-9]+)-[^/]+(.*)\.html(#.*)?$ forums.php?rwr=m-posts/p-$1$2$3 [NC,NE,L] RewriteRule ^t-(.+)\.html(#.*)?$ forums.php?rwr=m-posts/p-$1$2 [NC,NE,L] RewriteRule ^u-(.*)\.html(#.*)?$ users.php?rwr=m-details/id-$1$2 [NC,NE,L] # Main RewriteRule ^(chat|forums|index|list|message|page|pfs|plug|pm|polls|rss|users|view|captcha)/(.+)\.html(#.*)?$ $1.php?rwr=$2$3 [NC,NE,L] RewriteRule ^(chat|forums|index|list|message|page|pfs|plug|pm|polls|rss|users|view|captcha)\.html(#.*)?$ $1.php$2 [NC,NE,L] # Fixes RewriteRule ^.+/favicon.ico$ favicon.ico [NC,NE,L] site ana dizinde. alaksiz olucak bir sorumda. sistemim seditio 130 ve hangi aciklar mevcut hangi koruma ?nlemlerini almami ?nerirsiniz? |













