Permission to access error using WAMP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drunk3nmonk3y
    New Member
    • Oct 2011
    • 1

    Permission to access error using WAMP



    i used this url and

    Forbidden

    You don't have permission to access /file:///C:/wamp/www/php_sandbox/helloworld.php on this server.

    pops up :( help

    the code used there is

    Code:
    <html>
    
    
    
        <head>
    
            <title>Hello World</title>
    
        </head>
    
        <body>
    
        <?php echo "Hello WOrld!"; ?><br />
    
        <?php print "Hello WOrld!"; ?><br />
    
        <?php echo "Hello " . "World"; ?>
    
        </body>
    
    </html>
    please help
    Last edited by Niheel; Oct 23 '11, 04:07 AM. Reason: Use code tags
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    make sure that file exists.

    Comment

    Working...