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


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-20-2008, 05:42 AM
Junior Member
 
Join Date: Jun 2008
Posts: 1
Question Need help with server settings

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.php
For 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.
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 10:37 PM.