Ik zit met de vraag als mensen naar me site komen staat der steeds http://www.tha-game.nl/layout/intro/intro001/index.php maar het moet http://www.tha-game.nl worden.
het zit in index.php maar weet niet precies wat ik moet veranderen
PHP Code:
<?
ob_start();
include($_SERVER['DOCUMENT_ROOT']."/inc/_include-config.php");
?>
<head>
<title><?=$page->sitetitle;?></title>
<LINK REL="SHORTCUT ICON" href="ico.ico">
</head>
<body bgcolor="#3a3a3a">
<center><img align="middle" src="images/index.gif" /></center>
<meta http-equiv="refresh" content="0;url=<?=$sitelink;?>/layout/intro/intro<?=$cspintro;?>/index.php">
</body>
<?
ob_end_flush();
?>
- index.php
-
10-02-2011, 16:57 #1
- Berichten
- 12
- Lid sinds
- 14 Jaar
index.php
-
-
10-02-2011, 17:02 #2
- Berichten
- 114
- Lid sinds
- 14 Jaar
Re: index.php
probeer: <meta http-equiv="refresh" content="0;url=<?=$sitelink;?>
of: <meta http-equiv="refresh" content="0;url=<?=$sitelink;?>index.php
-
10-02-2011, 17:14 #3
- Berichten
- 12
- Lid sinds
- 14 Jaar
Re: index.php
Het werkt niet dusja wel jammer
-
10-02-2011, 17:17 #4
- Berichten
- 361
- Lid sinds
- 16 Jaar
Re: index.php
<meta http-equiv="refresh" content="0;url=<?=$sitelink;?>/index.php">??
-
10-02-2011, 17:17 #5
- Berichten
- 210
- Lid sinds
- 14 Jaar
Re: index.php
Ligt aan je zip file ;)
Moet je index enz op eerste doc zetten.
-
11-02-2011, 08:55 #6
- Berichten
- 91
- Lid sinds
- 18 Jaar
Re: index.php
Dit zou moeten werken:
PHP Code:<?php
include($_SERVER['DOCUMENT_ROOT']."/inc/_include-config.php");
echo '<head>'.
'<title>'.$page->sitetitle.'</title>'.
'<LINK REL="SHORTCUT ICON" href="ico.ico">'.
'</head>'.
'<body bgcolor="#3a3a3a">'.
'<center><img align="middle" src="images/index.gif" /></center>'.
'<meta http-equiv="refresh" content="0;url='.$sitelink.'/layout/intro/intro'.$cspintro.'/index.php">'.
'</body>';
php?>
-
11-02-2011, 12:43 #7
- Berichten
- 12
- Lid sinds
- 14 Jaar
Re: index.php
Werkt ook niet vind het heel raar
-
11-02-2011, 15:39 #8
- Berichten
- 276
- Lid sinds
- 15 Jaar
Re: index.php
PHP Code:<?php
include($_SERVER['DOCUMENT_ROOT']."/inc/_include-config.php");
echo '<head>'.
'<title>'.$page->sitetitle.'</title>'.
'<LINK REL="SHORTCUT ICON" href="ico.ico">'.
'</head>'.
'<body bgcolor="#3a3a3a">'.
'<center><img align="middle" src="images/index.gif" /></center>'.
'<meta http-equiv="refresh" content="0;url='.$sitelink.'/index.php">'.
'</body>';
php?>
-
11-02-2011, 23:41 #9
- Berichten
- 12
- Lid sinds
- 14 Jaar
Re: index.php
lukt niet blijft hangen bij index.gif
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic