Fri 10 Feb 2012
2 Jun 2010
After installing easyphp.org, and ensuring it runs to make the changes, you needs to quit! Then:
- "Run as administrator" (right-click on the easyphp.org icon, and select from the pop-up menu).
- Right-click on the tray icon, and from the pop-up menu, select Configuration, and then Apache.
- The Apache http web configuration file, httpd.conf, will appear. Look for the line:
#AddHandler cgi-script .cgi - Uncomment the line by removing the preceding #, which tells Apache to run the CGI program if encountered.
- Search for the line:
# DocumentRootDirectory. Below another block of comments find the line:Options Indexes FollowSymLinks, and add to it:Options Indexes FollowSymLinks ExecCGI - Save the file (if won't save, then you might not have run easyPHP as an administrator.
You'll also need to repeat steps 5-6, each time you add a new Alias in the EasyPHP Administration screen to a new directory.