[TYPO3] One site - multiple domain records - navigation problem
John de Stigter
John.de.Stigter at bedrijvenweb.nl
Wed Sep 5 16:08:00 CEST 2007
> Hi
>
> "(As far as I understand you are just using the domain as a
> option to enter the website at a different point.)"
> This is not the only reason why I use domain records.
>
> Im using the extension paymentlib_quickpay for online payment
> and this ext. needs to check for a domain record to get the
> correct merchant ID and other information.
>
> According to the developer of this extension, this is the
> only way to use multiple merchant Id's for 1 website.
>
You can also use a combination of TypoScript and Apache by using
RewriteRule and RewriteCond in your .htaccess file to redirect when the
REQUEST_URI is empty.
In TypoScript you would have to determine the baseUrl conditionally
based on what your HTTP_HOST is.
More information about the TYPO3-english
mailing list