problems with concrete 5

Asked by:
popsanto / 5 Points
Time:
2013-05-02 11:24 pm EST
Category:
Website
Hits:
681
if i trie to start the conctrete 5 admin page, there comes the mistake, that "No input file specified. " what need i to do?

To ask this user for more information, please first login.

To submit an answer, please login.

ANSWERS

0

arnelc
Staff
17,314 Points
2013-05-03 12:47 am EST
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

To submit a comment on this answer, please first login.

Want to share this Question?

Related Articles

It looks like there are no related articles.
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}