[TYPO3] CoolUri - relative references

Christopher Torgalson bedlamhotel at gmail.com
Mon Jun 16 23:03:20 CEST 2008


On Mon, Jun 16, 2008 at 8:55 PM, PEF <xx at xx.xx> wrote:
> Hi,
>
> Still having a bit of trouble with CoolUri. This time, all the relative references in the html template - i.e.
> fileadmin/css/typo.css - is referenced relative to the actual url:
>
> - http://www.mydoman.dk/my-subpage/my-sub-subpage/fileadmin/css/typo3.css
>
> instead of
>
> - http://www.mydoman.dk/fileadmin/css/typo3.css
>
> <html>
> <head>
>        ...
>        <link rel="stylesheet" type="text/css" href="fileadmin/css/typo3.css" />
>        ...
> </head>
> ...
>
> Anyone with a suggestion to solve the problem?


<base href="http://www.mydoman.dk/" />


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list