Hallo,

Kann man es verhindern, dass TYPO3, insb. im Zusammenspiel mit RealURL, eine Angabe der base-URL braucht (<base href="http://www.example.org/"; /> )?

Gewuenscht ist es, dass stattdessen alle Links "absolut" (aber ohne Host! - mit slash anfangend) erzeugt werden, also zB
<a href="/path/to/page" >Linktext</a>
statt
<a href="path/to/page" >Linktext</a>

bzw. fuer TYPO3-Installationen unterhalb eines Pfades

<a href="/path-to-typo3-installation/path/to/page" >Linktext</a>

oder:

<img src="/fileadmin/templates/images/image.gif" /> bzw. <img src="/path-to-typo3-installation/fileadmin/templates/images/image.gif" />

statt

<img  src="fileadmin/templates/images/image.gif" />


Danke fuer Eure Hilfe!

Samuel

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an