Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6918909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:55:12+00:00 2026-05-27T09:55:12+00:00

I created a project in zendframework: zf create project dev.gamenomad.com Then, I put this:

  • 0

I created a project in zendframework:

zf create project dev.gamenomad.com

Then, I put this:

    <VirtualHost *:80>
  ServerAdmin webmaster@dummy-host.localhost
  DocumentRoot "C:/apache/docs/dev.gamenomad.com/public"
  ServerName dev.gamenomad.com
  ServerAlias dev.gamenomad.com
ErrorLog "logs/dev.gamenomad.com-error.log"
  CustomLog "logs/dev.gamenomad.com-access.log" common
</VirtualHost>

and I put this:
127.0.0.1 dev.gamenomad.com in C:\WINDOWS\system32\drivers\etc

Then, restarted apached..

I get this message when putting this url:

http://dev.gamenomad.com/

Access forbidden!

You don’t have permission to access the requested directory. There is
either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403 dev.gamenomad.com 12/11/2011 8:12:29 PM Apache/2.2.17
(Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4
Perl/v5.10.1

Why do I get that error?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:55:13+00:00Added an answer on May 27, 2026 at 9:55 am

    You get this error because directory listing isn’t enabled and there’s no default document found.

    Add the following code to the VirtualHost to show a list of files in the directory

    Options +Indexes
    

    Or alternatively create a file called index.html (or any other supported extension which you’ve installed) and put some content into the file

    You may also wish to consider adding the following to the VirtualHost in order to allow access to that directory

    <Directory "c:\{path_to_directory}">
        Options None
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    

    Edit in response to the OP’s comment

    You already have the following VirtualHost configuration.

    ServerAdmin webmaster@dummy-host.localhost
    DocumentRoot “C:/apache/docs/dev.gamenomad.com/public”
    ServerName dev.gamenomad.com
    ServerAlias dev.gamenomad.com
    ErrorLog “logs/dev.gamenomad.com-error.log”
    CustomLog “logs/dev.gamenomad.com-access.log” common

    Changing your configuration to add the Options and Allow settings you’ll be able to run your website on localhost but it’ll fix your error.

    <VirtualHost *:80>
        ServerAdmin webmaster@dummy-host.localhost
        DocumentRoot "C:/apache/docs/dev.gamenomad.com/public"
        ServerName dev.gamenomad.com
        ServerAlias dev.gamenomad.com
        ErrorLog "logs/dev.gamenomad.com-error.log"
        CustomLog "logs/dev.gamenomad.com-access.log" common
        Options +Indexes
    
        <Directory "c:\{path_to_directory}">
            Options None
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
    </VirtualHost>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a project, probably as an Android project without thinking. I then did
I just created a project so my Solution Explorer looks like this: (source: kalleload.net
I finished some of the steps in http://framework.zend.com/manual/en/learning.quickstart.create-project.html and got it to work to
I have install ZendFramewrok with instruction on: http://framework.zend.com/manual/en/learning.quickstart.create-project.html and when I try to run
I developed a project on Zend Framework on Ubuntu. I created a virtual host
I'm trying to create a Zend Framework project using PHP 5.3.2 and Zend Framework
I created a project in flex builder with application server type set to none.
i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in
When I created the project I'm trying to deploy I selected that I wanted
I opened a project (created in D2007/08) in D2009 and it would compile but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.