0
|
Hello Popsanto, I can't see your files to see what the problem might be, but you may want to review the following: Concrete5 Forums: No Input File Specified error. Here's another link for the same issue: No input file specified error - forum link They indicate that the fix has to do the .htaccess or php5.ini file that you may need to add. I will list the possible change you need to make (as per the second post) but it involves modifying your .htaccess file. Suggested options for the file are as follows: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php/$1 [L] RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$1 [L] If you have any further questions, please contact technical support available 24 hours a day / 7 days a week. Arnel C. Web Hosting Hub Community Support Team |
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |