Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Root works - Subdirectories do not serve PHP pages |
|
Author |
|
talktodale
Joined: 06 Jun 2012 Posts: 1 Location: US, Orlando
|
Posted: Wed 06 Jun '12 23:52 Post subject: Root works - Subdirectories do not serve PHP pages |
|
|
PHP will not run in subdirectories under document root.
http://localhost (works)
http://localhost/index.php (works)
http://localhost/testsubdirectory/index.php (DOES NOT WORK)
Yes, I am knew to PHP and Apache 2.2 but all I am trying to do is set up new projects in subdirectories and test those projects there and not from the root. Is this by design ?
Additional information from the httpd conf file.
<Directory "C:/Apache">
PHPIniDir "c:\php"
LoadModule php5_module "c:\php\php5apache2_2.dll" |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|