Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
PHP and Dreamweaver - Newbie!
Old 07-02-2006, 08:22 PM PHP and Dreamweaver - Newbie!
Junior Talker

Posts: 1
Name: Ummzee
Location: Philadelphia
Trades: 0
I purchased an ecommerce template (I thought it was HTML, I know that) however, it is a PHP site (www.alfurqanonline.com). I want to be able to see it on my computer while working on it. I can do that in Dreamweaver if I set the php server up correctly.

I downloaded and installed XAMPP and it said it is installed properly and running Apache, MySql and Filezilla in the control panel. I am not pointing to the server and I am not sure what the setting should be.

I have changed paths and placed my files in different directories, Currently my sites root folder is located: C:\Program Files\xampp\phpMyAdmin\ghani_website_test\wwwRoot

I would like the testing server to be located: C:\website_test

Do I need to set something else up for the test server? The site works online however, all the images need to be changed and most of the text.

Any help will be appreciated.

Thank you in advance
ummzee is offline
Reply With Quote
View Public Profile Visit ummzee's homepage!
 
 
Register now for full access!
Old 07-02-2006, 11:41 PM Re: PHP and Dreamweaver - Newbie!
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
You will need to edit the root path in your Apache configuration. Open the file httpd.conf in a text editor and find the line similar to:

DocumentRoot "C:\Program Files\xampp\phpMyAdmin\ghani_website_test\wwwRoot"

And change to:
DocumentRoot "C:\website_test"


And then find:
<Directory "C:\Program Files\xampp\phpMyAdmin\ghani_website_test\wwwRoot" >

And change to:
<Directory "C:\website_test">


This will change the root of your local web server. You can then goto http://localhost/ to view your local web server in your fav browser.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHP and Dreamweaver - Newbie!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10068 seconds with 12 queries