Setting up PHP to work with Dreamweaver 8

Joined
Oct 7, 2005
Messages
97
Reaction score
0
i've downloaded the XAMPP program, managed to get MySQL working but I can't seem to get PHP to work. this is what i've done:

i've setup a folder called teenie under C:\xampp\teenie\ as the Remote Folder using Local/Network access

i've also setup a folder called teenie under c:\xampp\ as the Testing Server via Local/Network access using Server Model PHP MySQL

My URL prefix says: http://localhost/


If i now create new PHP file, enter some PHP code, then view it in a browser I get an error saying "Object not found! The requested URL was not found on this server"


Can anyone help?
 

Ian

Administrator
Joined
Feb 23, 2002
Messages
19,873
Reaction score
1,499
I don't think you stick files in that directory, it's something like httpdocs (been a while since I used it so can't remember).

If you move them to the correct dir it should work ok :)
 
Joined
Oct 7, 2005
Messages
97
Reaction score
0
i thought it might be the htdocs directory. so does the remote server and testing server need to be in the same directory? and if i put teenie is in my htdocs directory, would the site need to point to c:\xampp\htdocs\teenie\ and they URL will need to be which?
 
Joined
Oct 7, 2005
Messages
97
Reaction score
0
that's what the website is called or will be called. it's going to be a new clothing brand called teenie :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top