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


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-11-2008, 02:02 PM
mgordon's Avatar
Junior Member
 
Join Date: Sep 2007
Location: Stockholm, Sweden
Posts: 16
Send a message via Skype™ to mgordon
Smile If you get "No input file found." try setUseAbsoluteUri()

After moving my project to my server I was getting a 404 error although all it said was "No input file found.".

After some debugging I've found that all I had to do was to set the redirector to use absolute Uri. For some reason the header() sent with an relative url fails on my server but not when trying in linux or windows.

PHP Code:
$this->_redirector $this->_helper->getHelper('Redirector');
$this->_redirector->setUseAbsoluteUri(true); 
Hope this saves some trouble.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-11-2008, 05:56 PM
xentek's Avatar
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

Is your server not windows or linux? I'm not sure when this would apply (except if I get that error)...
__________________
- xentek
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-13-2008, 01:53 PM
mgordon's Avatar
Junior Member
 
Join Date: Sep 2007
Location: Stockholm, Sweden
Posts: 16
Send a message via Skype™ to mgordon
Default

My server is a linux server but I've tried the software on both my Ubuntu and Vista installation without any errors. This quick hack solved the problem though, figured I post it hopefully saving some trouble for the next fellow.
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 02:16 PM.