My website is malfuncuning: "No input file specified"

Peter

Member
cPanel Username: peterssi

URL: http://dataapa.net/

Detailed Description: When I visit my website all I see is "No input file specified.". I have not made any changes to my website so I suspect it must have something to do with the recent maintenance of the server (I thought I checked my site after this but maybe I didn't). If I create a PHP file and access it directly it works, but URLs that make use of mod_rewrite doesn't work.
 

ogah

New member
yesterday my website also get an error. i use $_SERVER['REDIRECT_URL'] for passing the permalink.
i check with print_r($_SERVER) and not found server var REDIRECT_URL.
to fix my problem, i change $_SERVER['REDIRECT_URL'] with $_SERVER['REQUEST_URI'] with some extra condition.