Thanks Christian, this was exactly what I needed..I managed to enable the install tool and after to create an admin account for the backend.
From that point i solved my problem with some researchs in this way (maybe the solution can be useful to others):
- I found that i had to put "config.absRefPrefix = /mysite/" into che SETUP configuration of the root page of the site (in the section Templates inside the backend) in order to tell the baseURL of my site. - In the apache config file httpd.conf I had to enable the module "mod_rewrite" that was commented (LoadModule rewrite_module modules/mod_rewrite.so) - Restart Apache With these operations now the site url are loaded correctly and the whole site is working. Thanks again, Luca _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
