• 17-09-2007, 01:46:33
    #10
    Gold üye
    ozaman sana zahmet

    bu kodu

    RewriteCond %{HTTP_HOST} !^www\.site\.com
    RewriteRule (.*) http://www.site.com/forum/$1 [L,R=301]

    iddaa-tahmin.com/forum icin yazarmısın benmı yanlıs yazıorum acaba yaw :s
  • 17-09-2007, 01:49:17
    #11
    nereye koyduğuna bağlı.root dizine atıp Rewritebase gösterebilirsin.

     
    Options +FollowSymlinks
    Rewritebase forum/
     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]
     RewriteCond %{HTTP_HOST} !^www\.iddaa-tahmin\.com/forum
     RewriteRule (.*) http://www.iddaa-tahmin.com/forum/$1 [L,R=301]
    olması lazım.
  • 17-09-2007, 01:51:04
    #12
    aynı sorun bende de var
  • 17-09-2007, 01:52:43
    #13
    Gold üye
    dinamixsoft adlı üyeden alıntı: mesajı görüntüle
    aynı sorun bende de var
    okadar cok forumda varkı anlatamam cok onemlı bı sorun hemen kodu denıyorum
  • 17-09-2007, 01:53:43
    #14
    pmden msn verin yardımcı olmaya çalışayım arkadaşlar ayıp ediyosunuz
  • 17-09-2007, 01:53:47
    #15
    çözümünü bulunca paylaşırsan sevinirim. buradan
  • 17-09-2007, 01:54:20
    #16
    Gold üye
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@iddaa-tahmin.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    --------------------------------------------------------------------------------

    Apache/1.3.37 Server at iddaa-tahmin.com Port 80


    Bu sorun cıktı soyle bı durum var httpaccess yan yana yazılmıs vb alt alta yazınca dırek sorun verıo
  • 17-09-2007, 01:56:54
    #17
    sanırım ters yaptık gece gece.PM den msn ulaştır bu işi bu gece çözelim
  • 17-09-2007, 02:15:18
    #18
    Gold üye
    Cagonni arkadaşımız sorunu çozdü kendısıne sonsuz teşekkürler

    httpaccess ye sunu ekleyın

    <IfModule mod_rewrite.c>
    RewriteCond %{HTTP_HOST} !^www.siteadı.com$ [NC]
    RewriteRule ^(.*)$ http://www.siteadı.com/forum/$1 [L,R=301]
    </IfModule>