running php scripts using xampp on windows pc

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
sukzez
Forum Newbie
Posts: 1
Joined: Tue Mar 07, 2006 11:20 am
Location: usa
Contact:

running php scripts using xampp on windows pc

Post by sukzez »

ok, this may be stupid, but i can already run such scripts, only as long as they are under the xampp directory. i just enter localhost in my browser. BUT how do I run them from another directory, in particular my oscommerce directory so I can test my php programs locally before I send them to the server?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

alias the folder? Or, if oscommerce is installed under the default document root, then just call it by the directory name; http://localhost/oscomm/ for instance.


Moved to Web Servers.
Post Reply