Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-24-2008, 04:01 PM
Member
 
Join Date: Nov 2007
Posts: 33
Default Zend Framework Installation Question

Hi, is the following correct?

index.php:

PHP Code:
$controller->setControllerDirectory'../application/controllers' )
           ->
setRouter$router )
           ->
setBaseUrl$config->base->url ); // set the base url! 
.htaccess

PHP Code:
RewriteEngine on
RewriteBase 
/
RewriteRule !.(js|ico|txt|gif|jpg|png|css)$ index.php

php_flag magic_quotes off
php_flag register_globals off 
Lastly, $config->base->url is equivalent to /.

Thanks,

-Conrad
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-25-2008, 02:16 AM
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default

Looks right.

Have you tried it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-05-2008, 06:46 AM
Member
 
Join Date: Nov 2007
Posts: 33
Default

Hi, I'm getting 404 error messages for every page. BTW, I'm attempting to run the application on localhost. It seems that every post I read tells one to put the index.php file into public directory. Lastly, it's taking hours to configure ZF.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-05-2008, 03:39 PM
gog gog is offline
Junior Member
 
Join Date: Jul 2008
Posts: 7
Default

Yes, just configure your local web server to serve files from the public directory. So the "public" directory is your web servers "root" directory.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:56 PM.