I am trying with no luck to host 2 sites that exist and that are joomla based. I find nowhere in any forum a GOOD suggestion for installing all the supporting packages and joomla -
cureently when I http:site1.com I get the php joomla site down page.
here is what i have done
a. 2 web site are c:\vhosts\site1
c:\vhosts\site2
b. apache is installed C:\Program Files\Apache Software Foundation\Apache2.2
c. PHP is installed C:\Program Files\PHP
d. MYsql is installed C:\Program Files\MySQL\MySQL Server 5.0
e. Joomla is installed in each site c:\vhosts\site1 &c:\vhosts\site2
f. PHPmyadmin is installed C:\Program Files\MySQL\MySQL Server 5.0\data\phpMyAdmin-2.11.1-english
I am trying to import a database for each site that I have put into the data folder of mysql
I am not sure about any of this format
I cannot get mysqlimport to do anything yet the server is running
I cannot even get to the phpmyadmin
I am a unix person working on windows 2003
it seems to be a path thing but I am just not sure
every server works individually when tested
can I get some suggestions ?
install locations for everything (windows2003)
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 20
- Joined: Wed Oct 10, 2007 6:16 am
- humvee
- Joomla! Master
- Posts: 14713
- Joined: Wed Aug 17, 2005 10:27 pm
- Location: Kent, England
Re: install locations for everything (windows2003)
Hi
Installing Joomla! is dealt with in detail in the Installation Manual see my sig for link.
We "assume" that you have a working server that meets the requirements necessary for the installation of Joomla! to be successful, we are not able to provide all the details for the installation and setup of the web server but you will find links to the related software sites within the manual.
hth
Andy
Installing Joomla! is dealt with in detail in the Installation Manual see my sig for link.
We "assume" that you have a working server that meets the requirements necessary for the installation of Joomla! to be successful, we are not able to provide all the details for the installation and setup of the web server but you will find links to the related software sites within the manual.
hth
Andy
- humvee
- Joomla! Master
- Posts: 14713
- Joined: Wed Aug 17, 2005 10:27 pm
- Location: Kent, England
Re: install locations for everything (windows2003)
Came across this one again...
A basic Google search for apache, mysql, php on windows 2003 reveals pages of information that would be of use for you to set up the server you require.
Andy
A basic Google search for apache, mysql, php on windows 2003 reveals pages of information that would be of use for you to set up the server you require.
Andy
-
- Joomla! Apprentice
- Posts: 20
- Joined: Wed Oct 10, 2007 6:16 am
Re: install locations for everything (windows2003)
thanks
I did get it all working
but now i have set in some passwords and joomla cannot find my mysql db so joomla says site is down.
I am not sure which dbs and which files must match.
i thought I had all the changes fine but i guess not.
i posted a message trying to get the match up file names joomla(iephp) needs to open the mysql dbs
thanks very very much for your help
you guys make all of days much more torrerable
thanks
I did get it all working
but now i have set in some passwords and joomla cannot find my mysql db so joomla says site is down.
I am not sure which dbs and which files must match.
i thought I had all the changes fine but i guess not.
i posted a message trying to get the match up file names joomla(iephp) needs to open the mysql dbs
thanks very very much for your help
you guys make all of days much more torrerable
thanks
- humvee
- Joomla! Master
- Posts: 14713
- Joined: Wed Aug 17, 2005 10:27 pm
- Location: Kent, England
Re: install locations for everything (windows2003)
Have you changed the passwords to the DB that Joomla! was installed to? If so you need to add those changes to Joomla! either through the Global Configuration within the Control Panel or directly within the configuration.php file in your joomla_root directory.
Andy
Andy
-
- Joomla! Apprentice
- Posts: 20
- Joined: Wed Oct 10, 2007 6:16 am
Re: install locations for everything (windows2003)
When you say "Have you changed the passwords to the DB that Joomla! was installed to?"
do you mean the mysql/data/mysql_db or the mysql/data/site_db.
this is where i am confused. the mysql install makes its own db called mysql
and my joomla web site has its own db
both are in mysql/data/
the web site in the joomla install has a file called configuration.php. in that file I have a $mosconfig_user & $mosconfig_password
what it those 2 fields compared to in which of the 2 databases.
thanks
do you mean the mysql/data/mysql_db or the mysql/data/site_db.
this is where i am confused. the mysql install makes its own db called mysql
and my joomla web site has its own db
both are in mysql/data/
the web site in the joomla install has a file called configuration.php. in that file I have a $mosconfig_user & $mosconfig_password
what it those 2 fields compared to in which of the 2 databases.
thanks
- humvee
- Joomla! Master
- Posts: 14713
- Joined: Wed Aug 17, 2005 10:27 pm
- Location: Kent, England
Re: install locations for everything (windows2003)
I believe those two databases are simply created by MySQL by default and they have nothing to do with Joomla! You need to create a database for Joomla! making sure you use UTF-8 encoding.
Andy
Andy