index.php doesn't work in URLs
I am using apache server on Windows 2000 pro for testing reasons.PLease note that in httpd.conf "index.php" is included.
"DirectoryIndex index.htm index.html index.php"
index.php works for URLs ending in "/" like:
http://localhost/myFolder/
but not with:
http://localhost/myFolder
Where is the problem?
Thanks
Alex