if you can access the SAME file using a different locater, it means your DocumentRoot isn't properly set up.
edit your httpd.conf file, and find the DocumentRoot section, and change it to whatever folder 'dev_test.php' is in. Then simply restart apache, and it should work. (assuming permissions are okay: if it's on windows, they should be fine. on linux, chmod them to 755)
Let me know if you need more help.
-Eric
|