+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Default “no input file specified” error

    Hi,

    I installed this template successfully, but when I click on any link in the header, it gives the error “no input file specified”.

    The admin panel is working, but the front end is not working. Only the main page works but every link gives the “no input file specified” error

    I am hosting the site on godaddy.

    Please advise.

    Thank you,

  2. #2
    Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Default

    Nevermind. I found the fix by applying the .htaccess file fix listed in the admin configuration for apache.

    #try to use mod_rewrite
    <IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    #else use the ErrorDocument

    <IfModule !mod_rewrite.c>
    ErrorDocument "404" ./index.php
    </IfModule>

  3. #3
    Junior Member
    Join Date
    Jul 2011
    Posts
    2

    Default Hi Ivex

    I am having the same exact problem as you did. I am not a programmer, so please excuse my ignorance.

    I looked up my .htacess file, but found it in a directory labeled _db_backups.
    Is this the file I need to place your code in. If so, do I get rid of of the existing code that is there?

    Like I said I am not a programmer so any help will be appreciated.

    Thank you,

    O

  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    1

    Default I Get The Same Error

    THE same template but the install goes fine and the home page comes up but when i click on any other page i will get the http 404 error can somebody please help me
    Attached Images Attached Images

  5. #5
    Junior Member
    Join Date
    Sep 2011
    Posts
    1

    Default

    Hello, I'm William and I'm having the same problem you had. I have applied the .htaccess file fix listed in the admin configuration for apache. But I'm still receiving the error message "No input file specified." Please help.

Similar Threads

  1. Error: No input file specified
    By Mighty Gorgon in forum Full Cms Business Template 01
    Replies: 0
    Last Post: 12-28-2011, 10:49 AM
  2. Please Help!! "No Input File Specified"
    By Tawnya in forum inFocus - Powerfull Professional Template with CMS and E-Shop
    Replies: 2
    Last Post: 11-15-2011, 08:38 PM
  3. No input file specified.
    By ggatza in forum Vision - Corporate and Portfolio Template with CMS and E-Shop
    Replies: 0
    Last Post: 10-11-2011, 12:33 AM
  4. Help with “no input file specified” error
    By oweb in forum inFocus - Powerfull Professional Template with CMS and E-Shop
    Replies: 0
    Last Post: 07-07-2011, 08:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts