The installation of ispconfig on SuSE 10 with the perfect setup is working. In one of my virtual sites I'm trying to install joomla. I have created a new directory and have copied all relevant files to this directory which are needed to begin the install process. When I go to my site: http://www.my-site.com/joomla I only get a Error 404 Object no found. When I check with a ftp-client the directory is there. Can someone point me to the right direction;-)
Is the user site administrator? If not then all uploaded files are stored in the users web directory.
And when you try to access http://www.my-site.com/index.html, you see the normal ISPConfig index page?
Ok. Is there a .htaccess file in the joomla directory? What happens when you rename it to (e.g.) _htaccess?
Is there a page index.htm, index.html or index.php in the directory /var/www/web1/web/joomla/ ? Please post the output of: ls -la /var/www/web1/web/joomla/
...this is the output of /var/www/web1/web/joomla/ total 87 drwxr-xr-x 15 info web1 816 Dec 6 10:28 . drwxrwxr-x 5 info web1 152 Dec 5 18:54 .. -rw-r--r-- 1 info web1 3417 Dec 4 20:21 COPYRIGHT.php -rw-r--r-- 1 info web1 4374 Dec 4 20:21 INSTALL.php -rw-r--r-- 1 info web1 17977 Dec 4 20:21 LICENSE.php -rw-r--r-- 1 info web1 690 Dec 4 20:21 _htaccess.txt drwxr-xr-x 9 info web1 360 Dec 4 20:21 administrator drwxr-xr-x 2 info web1 80 Dec 4 20:21 cache drwxr-xr-x 16 info web1 504 Dec 4 20:21 components -rw-r--r-- 1 info web1 4001 Dec 4 20:21 configuration.php-dist drwxr-xr-x 2 info web1 112 Dec 4 20:21 editor -rw-r--r-- 1 info web1 3053 Dec 4 20:21 globals.php drwxr-xr-x 3 info web1 2528 Dec 4 20:22 help drwxr-xr-x 6 info web1 848 Dec 4 20:21 images drwxr-xr-x 10 info web1 1216 Dec 4 20:23 includes -rw-r--r-- 1 info web1 6391 Dec 4 20:21 index.php -rw-r--r-- 1 info web1 4164 Dec 4 20:21 index2.php drwxr-xr-x 3 info web1 496 Dec 4 20:26 installation drwxr-xr-x 2 info web1 184 Dec 4 20:26 language -rw-r--r-- 1 info web1 710 Dec 4 20:21 mainbody.php drwxr-xr-x 7 info web1 208 Dec 4 20:27 mambots drwxr-xr-x 2 info web1 112 Dec 4 20:27 media drwxr-xr-x 2 info web1 1296 Dec 4 20:28 modules -rw-r--r-- 1 info web1 3777 Dec 4 20:21 offline.php -rw-r--r-- 1 info web1 2474 Dec 4 20:21 offlinebar.php -rw-r--r-- 1 info web1 705 Dec 4 20:21 pathway.php -rw-r--r-- 1 info web1 286 Dec 4 20:21 robots.txt drwxr-xr-x 5 info web1 176 Dec 4 20:28 templates
When you put a normal index.html file into that directory, can you see it in a web browser? What's configuration.php-dist? Looks like the configuration file. Maybe you have to change its settings and rename it to configuration.php before joomla can work...
I put a normal index.html file in that folder and I can't see it in the browser.The browser shows me the same error page as before. As for the configuration.php-dist file, indeed it is a configuration file.This is if you don't want to use the web installer you have to rename it to configuration.php to install manually. Falko, this afternoon I will install a new maschine with only apache, mysql and php and will try the setup of Joomla again to see if this has to do with ISPConfig.