Page not found OR No input file specified

Posted by Naveed Peerzade
Last modified on 07 Jan 2015 09:19 AM (2 Votes)

If you are getting "Page not Found" error when trying to access IPEControlCenter. Please try following:

  1. First, you must go to http://www.yourdomain.com/ipecontrol/admin

    if you are still seeing the error

  2. Please check if you have any .htaccess in the root folder may be the one generated by wordpress

    if so, please comment the following line

    RewriteBase / by adding #
    so it would look
    # RewriteBase /

    Then add the following line just after "RewriteEngine On"

    RewriteCond $1 !^(ipecontrol|ipecontrol/) [NC]


If that doesn't solve the problem

  1. Please login to your FTP and browse /ipecontrol/ folder
  2. then go to application/config/ folder
  3. Download config.php
  4. search a the following line

    $config['uri_protocol'] = $_SERVER['PATH_INFO'] ? "PATH_INFO":"ORIG_PATH_INFO";
    comment it by putting //

  5. remove // (comment) from the previous line

    So the final output should look like this

    $config['uri_protocol']    = 'AUTO';
    //$config['uri_protocol'] = $_SERVER['PATH_INFO'] ? "PATH_INFO":"ORIG_PATH_INFO";
  6. Change /ipecontrol/.htaccess file and add ? after index.php so it would look

    RewriteRule ^(.*)$ /ipecontrol/index.php?/$1 [L]


This should solve the problem.

(2 Votes)
Helpful
Not helpful

Need Support?

Can't find the answer you're looking for? We're here to help!
Submit Ticket

Copyright © 2011-2024 Instant Product Engine.   All rights reserved.