|
|||
|
Hello,
I am using following directory structure for zend framework development on my local machine and it is working fine. I am using WAMP for php development. following is the directory structure. siteroot |- admin |-application |-controllers |-models |-view |-public |-css |-images |-js |-index.php |-application |-controllers |-models |-view |-library |-Zend |-public |-css |-images |-js |-index.phpFor above structure if I write, http://localhost/siteroot/index/id/1, it opens site perfectly on local machine. but on server when I write http://glomera.kintudesigns.com/index/id/1, it gives message "No input file specified." That means it is not getting index.php. Why is it so? I have also set .htaccess file on sever as below. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php [QSA,L] Same problem occurs for admin section http://glomera.kintudesigns.com/admin/index/id/1 Can anyone help me to solve this problem? Thanks. Last edited by amarbardoliwala : 06-20-2008 at 05:50 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|