View Single Post
  #14  
Old 04-21-2005, 02:20 PM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

1. Search your httpd.conf for "DocumentRoot". That is the directory out of which Apache will serve your web files. You need to put all the files for the editor in there.

2. Make sure Apache is running (should be a shortcut somewhere in your start menu that says something like "start Apache in console").

3. Open your browser and type "localhost/peq_editor.php" in the address bar. That should be all you need to do if you sourced the sql files into your database and edited config.php properly.
Reply With Quote