Jump to content

cannot instal zend framework


eduard77

Recommended Posts

I am using for the first time zend framewor and I cannot include it.

I received some instructions but they don't work.

I am using wamp and i tried this:

First, we configure the "default" to be a very restrictive set of

# features. 

#

<Directory "c:/wamp/www/phpweb20/htdocs">

    AllowOverride None

    Options all

</Directory>

php_value include_path ".;c:/www/phpweb20/include;c:/program files/wamp/www/bin/php/pear"

php_value magic_quotes_gpc off

php_value register_globals off

</VirtualHost>

#

# Note that from this point forward you must specifically allow

# particular features to be enabled - so if something's not working as

# you might expect, make sure that you have specifically enabled it

# below.

#

 

#

# This should be changed to whatever you set DocumentRoot to.

#

<Directory "C:/Program Files/wamp/www/phpweb20/htdocs">

    #

    # Possible values for the Options directive are "None", "All",

    # or any combination of:

    #  Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named *explicitly* --- "Options All"

    # doesn't give it to you.

    #

    # The Options directive is both complicated and important.  Please see

    # http://httpd.apache.org/docs/2.2/mod/core.html#options

    # for more information.

    #

    Options Indexes FollowSymLinks

 

    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be "All", "None", or any combination of the keywords:

    #  Options FileInfo AuthConfig Limit

    #

    AllowOverride all

It dosen't work

address not found

htaccess file what extension has?

Can anyone help me because I am reather new in programming and i have no idea what to do

Thanks

Link to comment
Share on other sites

You've provided us with a problem resultant from a set of instructions you haven't provided us, please provide all that you can about your problem.

 

Verify your Apache installation is working - Can you access a simple web page?

Verify your PHP installation is working - Can you run a phpinfo(); script?

Verify the PHP's include_path from the phpinfo(); script.

How are you including Zend? Using relative paths or absolute?

 

The '.htaccess' file is the name of the file, just as you see it.  Using Windows you may not be able to change it to that in explorer, open a command prompt and rename the file to '.htaccess' using the ren command. 

 

Once you get started I'd recommend Rob Allen's Zend Framework tutorial, he did write the book on the subject.  Its instructive and aimed for beginners as well.

 

Also a suggestion of etiquette please use the markup code tags around large configuration blocks and code.  It just makes your post clearer and easier to read.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.