[TYPO3] Easy question for someone who knows...
Marek Uhel
uhel at gmx.de
Tue Apr 17 09:31:54 CEST 2007
Thank you Benjamin,
that did the trick! Unfortunately, only partially:
- after adding this config.baseURL I can see in MS explorer nice
formatted page with correct links - I checked the source and actually
typo is adding the
<base href="www.server.com" />
tag into the html source. However, neither Mozilla nor Opera can handle
this tag, since within those browsers the links are still broken.
Does url rewriting makes sense - shouldn't be there rather a redirect?
Benjamin Mack wrote:
> Hey Marek,
>
> quite easy: You need to set the BaseURL in the TypoScript:
>
> config.baseURL = http://www.server.com/
>
> Also, the Rewrite Directive "RewriteBase" for your htaccess file could
> be interesting if you happen to run in more problems with rewriting.
>
>
More information about the TYPO3-english
mailing list