[Typo3-dev] 3.6-dev - IE on Mac (OSX)

Benjamin Fischer benjamin_lists at typedown.com
Tue Oct 14 19:06:57 CEST 2003


> When using the BE on a Mac in IE, I get the message "Not Found
> The requested URL was not found on this server.".
I Have the same problem when using MAC os 9

> Sorry - i don't have any more information at the moment.
I think mit has to do something with this function:

    function rawurlencode(str)    {
        var output = escape(str);
        output = str_replace("*","%2A", output);
        output = str_replace("+","%2B", output);
        output = str_replace("/","%2F", output);
        output = str_replace("@","%40", output);
        return output;
    }

IE Mac can not handle URLs like this in the Backend:
    
"alt_mod_frameset.php?&nav=mod/web/../../alt_db_navframe.php&script=ext%2Fpl
ugin_mgm%2Fmodules%2Findex.php&exScript=listframe_loader.php"

/ is replaced with %2F ....


--

Gruss / Best regards,

Benjamin Fischer  |  benjamin[at]typedown.com  |  http://www.typedown.com





More information about the TYPO3-dev mailing list