Hello,
I have installed MySource Matrix on a local server running:
Win 2k Pro
PHP 4.3.8
Apache 1.3.31
latest Pear modules
After installation I keep getting the same message: URL “127.0.0.1” not found. However I manage to get into the admin screen after I added a slash at the end of each alias.
Removing the alias / from the http.conf and accessing the file http://127.0.0.1/mysource_matrix_3-1-0-RC1/core/web/index.php causes the same error message.
I really dont know any further. I assume that I have a problem with the / alias in the httpd.conf:
Alias “/__data/” “d:/Apache/Htdocs/mysource_matrix_3-1-0-RC1/data/public/”
Alias “/__lib/” “d:/Apache/Htdocs/mysource_matrix_3-1-0-RC1/core/lib/”
Alias “/__fudge/” “d:/Apache/Htdocs/mysource_matrix_3-1-0-RC1/fudge/”
Alias “/” “d:/Apache/Htdocs/mysource_matrix_3-1-0-RC1/core/web/index.php/”
Any ideas suggestions ?
Many thanks in advance
Michael
Are you getting a MySource error? If so, that's actually right!
Until you create a site and assign it a URL, Matrix doesn't know what to display. There is no default data created during installation.
There is a Getting Started Guide in the Installation forum that will take you through the steps to create a new website.
I've also moved this to the Installation forum, as it deals with an install issue.