Answer the question
In order to leave comments, you need to log in
Hosting reg.ru. How to get rid of "No input file specified"?
Welcome all. I bought hosting from reg.ru, uploaded my project. The main page works, everything else does not, writes "No input file specified".
The system is rather strange. .htaccess redirects to the template folder at the root:
AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule ^(.*)$ template/$1 [L]
AddDefaultCharset UTF-8
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ template/index.php/$1 [QSA,L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question