Zend_Controller_Dispatcher_Exception Object
(
    [message:protected] => Invalid controller specified (http:)
    [string:private] => 
    [code:protected] => 0
    [file:protected] => /usr/local/lib/php/ZendFramework-1.0.2/Zend/Controller/Dispatcher/Standard.php
    [line:protected] => 194
    [trace:private] => Array
        (
            [0] => Array
                (
                    [file] => /usr/local/lib/php/ZendFramework-1.0.2/Zend/Controller/Front.php
                    [line] => 920
                    [function] => dispatch
                    [class] => Zend_Controller_Dispatcher_Standard
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Zend_Controller_Request_Http Object
                                (
                                    [_requestUri:protected] => /http://my.fotolia.com/yvesdamin
                                    [_baseUrl:protected] => 
                                    [_basePath:protected] => 
                                    [_pathInfo:protected] => /http://my.fotolia.com/yvesdamin
                                    [_params:protected] => Array
                                        (
                                            [controller] => http:
                                            [] => my.fotolia.com
                                            [action] => index
                                            [module] => default
                                        )

                                    [_aliases:protected] => Array
                                        (
                                        )

                                    [_dispatched:protected] => 1
                                    [_module:protected] => default
                                    [_moduleKey:protected] => module
                                    [_controller:protected] => http:
                                    [_controllerKey:protected] => controller
                                    [_action:protected] => index
                                    [_actionKey:protected] => action
                                )

                            [1] => Zend_Controller_Response_Http Object
                                (
                                    [_body:protected] => Array
                                        (
                                        )

                                    [_exceptions:protected] => Array
                                        (
                                        )

                                    [_headers:protected] => Array
                                        (
                                        )

                                    [_headersRaw:protected] => Array
                                        (
                                        )

                                    [_httpResponseCode:protected] => 200
                                    [_isRedirect:protected] => 
                                    [_renderExceptions:protected] => 
                                    [headersSentThrowsException] => 1
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/sites/site6/web/public/index.php
                    [line] => 435
                    [function] => dispatch
                    [class] => Zend_Controller_Front
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

)