J
jujuthing
Guest
Hi,
I have the following directory structure in my vhost:
typo3_src
---typo3
---etc.
httpsdocs
httpdocs
---typo3_src --> symlinked to ../typo3_src
---typo3 --> symlinked to typo3_src/typo3
---etc.
I have setup my vhost.conf file to allow acces to www.myhost.com/typo3 and this is all working well.
What i would like to do is force https in www.myhost.com/typo3. The problem i am having is that the appliaction (typo3) needs to think it is still in the directory httpdocs as that is where the localconf file for the instynce of typo3 is located (hence the symlinking). But whenever i force https i get the error msg. 'localconf file not found, cannot proceed' - so it would appear that i am not in httpdocs/typo3 anymore but have actually redirected to typo3_src/typo3(?)
Does anybody know how to solve this problem, ie. to force https on a symlinked diectory within httpdocs and remain in the httpdocs directory?
Cheers,
Simon
I have the following directory structure in my vhost:
typo3_src
---typo3
---etc.
httpsdocs
httpdocs
---typo3_src --> symlinked to ../typo3_src
---typo3 --> symlinked to typo3_src/typo3
---etc.
I have setup my vhost.conf file to allow acces to www.myhost.com/typo3 and this is all working well.
What i would like to do is force https in www.myhost.com/typo3. The problem i am having is that the appliaction (typo3) needs to think it is still in the directory httpdocs as that is where the localconf file for the instynce of typo3 is located (hence the symlinking). But whenever i force https i get the error msg. 'localconf file not found, cannot proceed' - so it would appear that i am not in httpdocs/typo3 anymore but have actually redirected to typo3_src/typo3(?)
Does anybody know how to solve this problem, ie. to force https on a symlinked diectory within httpdocs and remain in the httpdocs directory?
Cheers,
Simon