• 01-12-2007, 19:33:08
    #1
    Üyeliği durduruldu
    Arkadaşlar Joomsef kurdum.Fakat Hiçbir link açılmıyor.
    .htaccess böyle.
    Alıntı
    ## OpenSEF Simplified htaccess File
    ## Can be commented out if causes errors
    Options +FollowSymLinks
    ## mod_rewrite in use
    RewriteEngine On
    ## If Joomla is installed in the web server root
    ## RewriteBase /
    ## If Joomla is installed in a sub-directory
    ## RewriteBase /directory_name_here
    RewriteBase /
    ## Begin 3rd-Party or OpenSEF Section
    #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    ## End 3rd-Party or OpenSEF Section
    ## Joomla Security Section (has nothing to do with SEF/SEO)
    ## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    linkler: /leti-im/index.php gibi oldu.

    Fakat şöyle bir hata alıyorum.

    Alıntı
    Not Found
    The requested URL /iletisim/index.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  • 01-12-2007, 19:45:26
    #2
    joomsef configuration bölümünde
    Advanced Configuration kısmındakileri silip aşağıdakileri ekle
    Alıntı
    ş|s, Ş|s, ç|c, Ç|c, İ|i, ı|i, ü|u, Ü|u, ö|o, Ö|o, Ğ|g, ğ|g
    Htaccesside aşağıdakiyle değiştir

    Alıntı
    Alıntı
    #
    ### İdeal optimizasyon by tmrsk ###
    #
    ### Hata verirse +FollowSymlinks yapin
    #
    Options FollowSymLinks
    #
    DirectoryIndex index.php
    #
    RewriteEngine On
    #
    ### RewriteBase e lütfen dikkat
    #
    ### eger siteniz.com/xyz seklinde ise
    #
    ### /xyz olmalidir,
    #
    ### siteniz.com ise / olarak kalsin
    #
    RewriteBase /
    #
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    #
    RewriteCond %{REQUEST_FILENAME} !-d
    #
    RewriteRule ^(.*) index.php
    #
    ### GUVENLIK ###
    #
    # Mosconfig requestlerini için güvenlik
    #
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    #
    # base64culer güvenliği
    #
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    #
    # Url icinde javascript güvenliği
    #
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    #
    # Register globals güvenliği
    #
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    #
    # request güvenliği
    #
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    #
    # yönlendirme
    #
    RewriteRule ^(.*)$ index.php [F,L]
    Bunu deneyip tekrar kontrol edermisin olup olmadığını
  • 01-12-2007, 19:50:58
    #3
    Üyeliği durduruldu
    Malesef Hocam yine olmadı
  • 01-12-2007, 19:54:26
    #4
    joomsefteki ısrarınız neden, problemlidir o sorun olur ileride de benden söylemesi opensef kur sorunsuzca kullan sunucuyu artio kadar yormaz
  • 01-12-2007, 19:56:40
    #5
    Peki bahsettiğim ayarları yaptıktan sonra bileşenlerden joomsefe tıklayıp ordan clean cache dermisin? Eğer yine olmazsa maalesef yardımcı olamayacağım
  • 01-12-2007, 19:58:34
    #6
    Üyeliği durduruldu
    memocan adlı üyeden alıntı: mesajı görüntüle
    joomsefteki ısrarınız neden, problemlidir o sorun olur ileride de benden söylemesi opensef kur sorunsuzca kullan sunucuyu artio kadar yormaz
    Hocam örnek veya kaynak var mı birde onu deneyeyim.
  • 01-12-2007, 20:02:54
    #7
    Benim site var mesela girince biraz kasıyor gibi gelebilir sunucuda var bir kaç gündür problem SourceForge.net: OpenSEF for Joomla buradan indir alpha yı değil diğerini çek kur
  • 01-12-2007, 20:52:12
    #8
    Üyeliği durduruldu
    Hocam opensef kurdum fakat .htaccess yok ne atacağım onun yerine ?
    Ayrıca ayarları falan çok karışık bunun
    Joomsef yardımlarınızıda göz önünde bulunduruyorum arkadaşlar..

    Aynı joomsefi 3 ay önce kurduğumda çalıştırmıştım.Şimdi çalışmıyor anlam veremiyorum.
  • 01-12-2007, 21:03:39
    #9
    ayarı bile yok doğru düzgün sen aç opensefi çalıştır yeter bu foruma da eklemiştim sanırım ayarların resimli ersini yoksa benim sitede var htaccess kodu da bu
    DirectoryIndex index.php
    #RewriteBase /
    
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    Bu yeterlidir sadece alt klasördeyse #RewriteBase / bu bölüme klasörü yaz başındaki işareti kaldır yoksa dokunma