Maalesef yönlendirme istemiyorum.
Ana sayfa dizinine koymaya çalışırsamda bayağı uğraşmam gerekicek.Bu portaldan 5 veya 6 tane açmak istiyorum bu yüzden include yi yapmam gerekiyor.
xmlsr dediğin kodu yazdım fakat bana hata olarak geri döndü.
Anasayfa indexx.php kodları şunlar
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yeni Sayfa 1</title>
</head>
<body>
<table>
<tr>
<td><?include("portal/index.php")?></td>
</tr>
</table>
</body>
</html>
Aldığım hata şu
Warning: main(portal/index.php): failed to open stream: No such file or directory in /home2/site/public_html/indexx.php on line 11
Warning: main(portal/index.php): failed to open stream: No such file or directory in /home2/site/public_html/indexx.php on line 11
Warning: main(): Failed opening 'portal/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/site/public_html/indexx.php on line 11
portal/index.php içinde böyle bölümler var define bölümüne indexx.php de yazıp denedim olmadı.
define ( "MAINSCRIPT", "" ); // Your MAINSCRIPT is the top-level
// script that includes this index.php
define ( "SCRIPTPATH", "" ); // Relative path from MAINSCRIPT to index.php
// in your directory
define ( "PFIX", "" ); // A prefix for the guestbook parameters to avoid name
// conflicts with your MAINSCRIPT