Registration problem

01/25/2010 07:37 LordVolk#1
Ok. Different problem now. I have the web files for the registration page, however my apache xampp install is on a different drive because I am running a website currently. Is there a way to put the registration file on that drive and make it point at the databases that are on a separate drive?
01/25/2010 07:40 Nosferatu.#2
Quote:
Originally Posted by LordVolk View Post
Ok. Different problem now. I have the web files for the registration page, however my apache xampp install is on a different drive because I am running a website currently. Is there a way to put the registration file on that drive and make it point at the databases that are on a separate drive?
You got 2x Xampp`? Its that right what i understand
01/25/2010 08:01 LordVolk#3
No. i was trying to use the existing install. Not sure if that will work or not. i was asking if it would work. Server is on F: xampp is on E:
01/25/2010 08:19 Nosferatu.#4
Quote:
Originally Posted by LordVolk View Post
No. i was trying to use the existing install. Not sure if that will work or not. i was asking if it would work. Server is on F: xampp is on E:
why not? Same System ? Then no problem.
01/25/2010 12:31 Spazman6117#5
Quote:
Originally Posted by darnus84 View Post
why not? Same System ? Then no problem.
Just put the reg files into the htdocs folder that's inside xampp and open ever .php file and change the username/password inside the files

inside config.inc.php there you edit the IP address to the IP address your server is running on and therefore the reg pages connect to your MySQL/MSSQL database.

I hope i helped at all
01/25/2010 17:09 LordVolk#6
EDIT*** Ok, since you cant understand. I had xampp installed for my website. I changed these lines in the httpd.conf # symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "x:/xxxxx"
and this line
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "x:/xxxxx">
the htdocs folder is NOT MY DOCUMENT ROOT! Now. THE XAMPP INSTALL IS IN X: and the server start files are on I: the database is on C: HOW DO I GET THE REGISTRATION PAGE TO WORK FROM X: TO C: