agath01 0 Report post Posted April 28, 2009 I'm taking a course in PHP and my instructor suggested Uniform Server. For some reason when I type the path to my root directory. I type this in my browser: http://localhost/z:/allinone.php and I get: Forbidden You don't have permission to access /z:/allinone.php on this server. I am new to uniform server and I am so lost please help. Quote Share this post Link to post Share on other sites
Ric 0 Report post Posted April 28, 2009 You should type http://localhost/allinone.php See Wiki Quick PHP All the bestRic Quote Share this post Link to post Share on other sites
agath01 0 Report post Posted April 28, 2009 Ok, now that I have typed http://localhost/allinone.php nothing appears! Quote Share this post Link to post Share on other sites
Ric 0 Report post Posted April 28, 2009 My initial thought was you have not placed your file allinone.php in folder UniServer\udrive\www Note: www is the server root folder and this is what you access by typing in http://localhost/ A blank page after typing http://localhost/allinone.php indicates there is no displayable content. If the page were not in this folder it would have displayed Not Found Add the following to your page: phpinfo(); Should list PHP information All the bestRic Quote Share this post Link to post Share on other sites