[TYPO3-english] cooluri https_enforcer

Jan Bednarik info at bednarik.org
Tue Feb 24 08:34:39 CET 2009


Hi,

> Not Found: The requested URL /home/synac/public_html/index.php was not 
> found on this server.

this is definitely not correct. Instead of

RewriteRule .* index.php [L]

try to use

RewriteRule .* /index.php [L]

or

RewriteRule .* ./index.php [L]

with some configurations the first one doesn't work for some reason.

> The cached URI shows the following details:
>  > secure43.tophost.ch/~synac at contenido-admin/aviso-legal/
>  > L=0&id=1010

So, you're running a multidomain installation in a subdirectory. Hmm... 
I haven't tested this. Is it really neccessary for you to have 
multidomain environment?

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list