Entro a la dirección de mi web http://otiumsport.sytes.net y me abre una pagina con el siguiente mensaje:
mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Initialise the application. $app->initialise(); // Mark afterIntialise in the profiler. JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. $app->route(); // Mark afterRoute in the profiler. JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. $app->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. $app->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response. echo $app;
Sin embargo si intrtoduzco http://otiumsport.sytes.net/index.php si funciona
Acabo de instalar Joomla 3 en mi Ubuntu server con LXDE, uso apache2, mysql, php5 y phpmyadmin.
El directorio de la web está vinculado a mi carpeta personal.
Bueno no sé qué más datos aportar...
He visto problemas similares en los foros pero se referían a webs hospedadas en hostings gratuitos, el cual no es mi caso, asi ke no he podido arreglarlo.
A ver si alguien me echa una manilla con esto, graciaaaas
Perdón me he confundido de sitio, no quería presentar mi web, de todos modos cuando he buscado dónde ubicar este tema veo que no existe un apartado de joomla 3