> 1 <
Etiketler: yönlendirme olup olmaması
| Author | Message |
WebUrfa
39 posts |
#17285 2008-03-05 23:08 GMT |
|
S.a yapmak istedigim index.php ye bir kod yerleştirmek. a.php var ise a.php ye yönlenecek öncelikle , a.php yok ise normal olarak index.php devam edecek. bunu php ile nasil yapabiliriz ? |
|
|
Destek almak ve vermek için burdayiz.
|
|
EviLcod3R
243 posts |
#17287 2008-03-05 23:19 GMT |
|
Code: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=index.php Version=102 Updated=2006-apr-19 Type=Core Author=Neocrome Description=Home page loader [END_SED] ==================== */ define('SED_CODE', TRUE); define('SED_INDEX', TRUE); $location = 'Home'; $z = 'index'; require('system/functions.php'); require('system/templates.php'); require('datas/config.php'); require('system/common.php'); require('system/core/index/index.inc.php'); ?> bu sitede görmüştüm galiba ana fonksiyondan önce Code: define('SED_CODE', TRUE); define('SED_INDEX', TRUE); $location = 'Home'; $z = 'index'; yerlere kod yerleştirirsn yerleştigin kod çalışıyordu ama hatamda olablir.. Galiba İnstall.php yapmak İstiyosun =) |
|
|
Cc iLe Ald?g?m Domqini Regleyip Msn Adresim Geçici Süreligine Durdurulmu?tur !
Önüne GeLen Destek Ekibi oLmu? xD |
|
WebUrfa
39 posts |
#17288 2008-03-05 23:32 GMT |
|
öncelikle tşk yardimin için install.php yaptim ama yönlendirmemiştim. onu sormuştum. ama benimki türk portal oldugun için sitekur.php dir. yönlendirmeyide hallettim, vereyim belki birinin işine yarar. Code: if (is_file("a.php")){header("Location: a.php");}else{header("Location:index.php");}
|
|
|
Destek almak ve vermek için burdayiz.
|
|
EviLcod3R
243 posts |
#20193 2008-03-23 18:13 GMT |
|
Code: if (!file_exists( 'index.php' ) || filesize( 'index.php' ) < 10) {
$self = rtrim( dirname( $_SERVER['PHP_SELF'] ), '/\\' ) . '/'; header("Location: http://" . $_SERVER['HTTP_HOST'] . $self . "sitekur.php" ); exit(); } |
|
|
Cc iLe Ald?g?m Domqini Regleyip Msn Adresim Geçici Süreligine Durdurulmu?tur !
Önüne GeLen Destek Ekibi oLmu? xD |
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| ana sayfada haberlerin olmaması | 5 | Kripteks | 414 Gün |
| Chelsea gol olup Yağdı | 1 | KonuMatik | 211 Gün |
| Trabzon gol Olup Yağdı | 1 | KonuMatik | 256 Gün |
| Sevilla Gol Olup Yağdı | 1 | KonuMatik | 5 Gün |
| Talabani Ameliyat Olup Döndü | 1 | KonuMatik | 11 Gün |



