eduard77 Posted January 19, 2010 Share Posted January 19, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/189063-cannot-instal-zend-framework/ Share on other sites More sharing options...
thehippy Posted January 20, 2010 Share Posted January 20, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/189063-cannot-instal-zend-framework/#findComment-998610 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.