PDA

Orijinalini görmek için tıklayınız : Open Sef Bileşeni Sorunu... ?


2yNeT
20-03-2007, 14:03:47
Arkadaşlar open sef kurdum ama malesef çalışmadı .htaccess temi acaba bi soerun var

.htaccess ın içeriği

## OpenSEF plain 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|/[^.]*)%body%nbsp; [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
##
## End 3rd Party or OpenSEF Section


acaba bi hata mı var yardımcı olurmusunuz

Pentacle
20-03-2007, 14:18:58
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section


su kısım aynı mı sende? bunu kontrol eder misin? bir de tam olarak ne hata verdi?

2yNeT
20-03-2007, 14:23:02
su kısım aynı mı sende? bunu kontrol eder misin? bir de tam olarak ne hata verdi?

evt aynı ama olmadı gene de

sorun ise sunucu bulunamıyor dio


www.song-city.net :(

Akar
20-03-2007, 15:16:32
http://projects.j-prosolution.com/documents/opensef/install-opensef.html

Bu adreste OpenSEF htaccess uygulamaları geçiyor. Doğru bir htaccess dosyası ile bence OpenSEF çok iyi.

2yNeT
20-03-2007, 15:44:33
yaw kaç tane denedim olmadı ya hiç yokmu kullanhmış olan hele bi yazsın walla gına geldi

gunemerhaba
10-04-2007, 09:04:34
yaw kaç tane denedim olmadı ya hiç yokmu kullanhmış olan hele bi yazsın walla gına geldi

RewriteEngine On

RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

ben .htaccess dosyasını bu kodlarla oluşturdum ve sorunsuz kullanıyorum. Daha dün yaptım:)

Ashton
08-06-2007, 00:41:27
Bileşenin kurulumunu tamamladıktan sonra, bileşen'in kapalı olduğundan emin olun. Önce htaccess'deki değişikliği yapın, daha sonra genel ayarlar'dan ilgili özelliği açın, en son olarak da bileşeninizi aktif hale getirin.

Ben hep bu şekilde kurdum ve şu ana kadar hiçbir problem ile karşılaşmadım. Introduction'da da böyle yazıyor sanırım. :)

Bahsettiğim bileşenin adı Artio JoomSEF'dir. Ama sanırım OpenSEF'in de kurulumu özet ile bu şekilde oluyor.

Yapamayanlara + bilgi olsun.