anchorcms/anchor-cms

No input file specified.

Closed this issue ยท 2 comments

why now my web on every link say :
No input file specified. ?

because of no permission for the folders or files.

or because of some required php extension are not installed.

FIXED IT !

Now all work greats
Resolution:
i'm add a ? (question marker) in .htaccess file at line 10
THIS LINE :
RewriteRule ^(.)$ index.php/$1 [L]
TO THIS:
RewriteRule ^(.
)$ index.php?/$1 [L]