Re: [TYPO3-english] Migrating Typo3 from Web to localhost

2016-02-15 Thread Zeljko Debeljuh
Hi, this is setup for Windows (check paths, this is UniServer): // Add an environment variable OPENSSL_CONF D:\UniServerZ\core\apache2\conf\openssl.cnf // Append D:\UniServerZ\core\apache2\bin // to the environment variable PATH (will work for every PHP script, not only TYPO3)

Re: [TYPO3-english] cookieDomain issue

2016-02-15 Thread Loek Hilgersom
Hi Jigal, Thanks again, and good thinking, because negative lookaheads was exactly what I was going to try. So the good news is that I don't have to waist time figuring out why it doesn't work, the bad news is that I have to find good solution still... There are a lot of subdomains and every no

Re: [TYPO3-english] cookieDomain issue

2016-02-15 Thread Jigal van Hemert
Hi, On 14/02/2016 20:52, Loek Hilgersom wrote: Now I'll dig into building a regexp to exclude those 2 subdomains while including the others as well as a couple of other domains. One tip: the entire match is used for the domain in the cookie, so you can't use lookbehind/lookahead assertions (