Hi,
after a longer abstinence I tried to get a solution for a problem I asked U
some time ago...
I wanted to get cool adresses for my pages and did the REWRITE prozedur (_haccess -> htaccess, REWRITE=1, etc.) but there is still a little Problem:
All the adresses are fine like http://www.ekonzept.de/foerdermittel.phtml.
But when I klick the logo (like the phpwcms-logo here on the left top on this site, I get a link not to http://www.ekonzept.de/index.php, but to http://www.ekonzept.de/index.phtml !?!?
Why is it like that and how can I get a solution.
Any Ideas?
Linkin Problem Logo
Hi
as I see there is only a Link like this on your Logo
http://www.ekonzept.de/.phtml
can you post the Head-Area from your Template
as I see there is only a Link like this on your Logo
http://www.ekonzept.de/.phtml
can you post the Head-Area from your Template
Sorry,
now I know, what we need:
now I know, what we need:
<table width="750" border="0" cellpadding="0" cellspacing="0">
<!-- Linie -->
<tr><td height="1" colspan="2" bgcolor="#000000"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr>
<tr>
<!-- Header-LOGO -->
<td width="175" align="center" valign="middle" bgcolor="#ffffff"><a href="index.php" target="_top">{IMAGE:logo.jpg}</a></td>
<!-- Header-BILD -->
<td width="600" bgcolor="#ffffff"><img src="picture/header_prima.jpg" width="575" height="75" alt="" /></td>
</tr>
<!-- Linie -->
<tr><td height="1" colspan="2" bgcolor="#666666"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr>
<!-- Horizontale Navigation
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr><td height="20" align="center" bgcolor="#cccccc">{NAV_ROW}</td></tr>
<tr><td height="1" colspan="5" bgcolor="#999999"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr> -->
<!-- Breadcrumb-Menue
<tr><td height="20" colspan="5" bgcolor="#efefef" class="breadcrumb">{SPACER:191x1}{BREADCRUMB}</td></tr>
-->
</table>