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

  • SEARCH
  • Home
  • 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 7800647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:42:17+00:00 2026-06-02T00:42:17+00:00

So i’ve been at this for 2 days now and i cannot get it

  • 0

So i’ve been at this for 2 days now and i cannot get it to work together.
I have installed Wamp 2.2 in a standard manner at c:\wamp, nothing special.
I downloaded and extracted the Zend Frameworkm folder and placed the folder it in the C:\wamp\library folder.

So it looks like this :

C:\wamp
   - www
 - ht.acces
 - index.php
   - bin
   - library
  - ZendFramework
      - bin
      - library
      - etc.
   - logs
   - tools
   - etc.

Now as instructed i added both the php location and the Zend framework library to the system variable called PATH wich looks like this : ..;C:\wamp\library\ZendFramework\bin\;C:\wamp\bin\php\php5.3.10\;

Now i can open cmd and type zf create project quickstart, i directed it to create the folder in the www. directory of wamp like this :

C:\wamp
   - www
 - quickstart
    - application
    - data
    - library
    - etc
 - ht.acces
 - index.php
   - bin
   - library
  - ZendFramework
      - bin
      - library
      - etc.
   - logs
   - tools
   - etc.

Now starts the fun part. All the guides around the internet tell me that i should include the location of the library folder inside the ZendFramework folder in the php.ini at the windows version of include_path: “C:\wamp\library\ZendFramework\library”.

Now the fun part is that no one mentions exactly wich php.ini file! There are 2 of them as most of you know one in the php directory and one in the apache directory.

And so i come with my first part of my question, wich one do i need?

Wich is soon after followed by part 2, how to propperly set up the virtual host that is supposedly needed to correctly run the zend application in the folder C:\wamp\www\quickstart.

From what i could gather i need to change the file httpd.conf file in the folder C:\wamp\bin\Apache2.2.21\conf\

I need to add something along the lines of

<VirtualHost 127.0.0.1>
     ServerName quickstart
     DocumentRoot "c:\wamp\www\quickstart\public"
    <Directory "c:\wamp\www\quickstart\public">
     AllowOveride all
     Order Allow,Deny
     Allow from all
    <\directory>
<\VirtualHost>

Then after doing so i need to change the host file in the directory c:\windows\system32\drivers\etc. However at that point i am completely lost.
My host file looks like this :

 --- standard commented wall of text ---

127.0.0.1       localhost

And at this point the only thing i know that seems to get close to it is that i need to add the line :

127.0.0.1       localhost quickstart

Or something along those lines.

So is there anyone out there with experience regarding Zend Framework that could provide me with an answer? It would be much appriciated 🙂

Björn
–

  • 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-06-02T00:42:18+00:00Added an answer on June 2, 2026 at 12:42 am

    First I’m pretty sure that the php.ini you need to change for web display is the one in the apache folder. (it’s been awhile since I’ve used WAMP).

    Next don’t build your vhost in your apache config httpd.conf, do it instead in httpd-vhosts.conf. (you don’t want to accidently break apache),
    The way you stting your vhost at the moment you url will look like http:quickstart/
    these two links will help:

    Setup Apache vhost
    Zend Server Vhosts

    One of the key thing with using vhosts is to remember to redo localhost so it doesn’t go away.

    With you windows hosts file, remeber it must be edited in admin mode and you can have many hosts on the same number, here is an example:

    # localhost name resolution is handled within DNS itself.
        127.0.0.1       localhost
    #   ::1             localhost
        127.0.0.1       iam.local
        127.0.0.1       zfcms.local
        127.0.0.1       home.local
        127.0.0.1       places.local
        127.0.0.1       RentAFlat.local
        127.0.0.1       zf2-tutorial.local
        127.0.0.1       mp3.local
        127.0.0.1       quickstart
    

    and an example from httpd-vhosts.conf, note: localhost is the first vhost…This is important.

    <VirtualHost *:80>
        DocumentRoot "C:\Zend\Apache2/htdocs"
        ServerName localhost
    </VirtualHost>
    <VirtualHost *:80>
        DocumentRoot "C:\www\iam\public"
        ServerName iam.local
        ErrorLog "C:\Zend\ZendServer\logs\iam.local.log"
        <directory "C:\www\iam">
        Options Indexes FollowSymlinks
        AllowOverride all
        Order Deny,Allow
        Deny from all
        Allow from 127.0.0.1
        </directory>
    </VirtualHost>
    

    I hope this helps..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text

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.