Note that there are some explanatory texts on larger screens.

plurals
  1. PO.htaccess "No input file specified." error
    text
    copied!<p>first of all this is not related with CodeIgniter (most of the users have this problem CodeIgniter users), Second I tried almost all solutions i could find SO or on the web so far. So here i am ask for your ideas.</p> <p>My URL for a web CMS Backend Module is like this, and works so far:</p> <blockquote> <p><a href="http://www.domain.com.tr/panel/customers.php" rel="nofollow">http://www.domain.com.tr/panel/customers.php</a></p> </blockquote> <p>When i clicked Add button it should redirect to:</p> <blockquote> <p><a href="http://www.domain.com.tr/panel/customers.php/add" rel="nofollow">http://www.domain.com.tr/panel/customers.php/add</a> [And this one shows up with "No input file specified."]</p> </blockquote> <p>Just to have a clue if you need <code>http://www.domain.com.tr/panel/customers.php/</code> (With slash at the end) opens <code>http://www.domain.com.tr/</code></p> <p>Additionally my .htaccess file: (I have this .htaccess file in both root folder and in /panel folder)</p> <pre><code>RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{HTTP_HOST} ^domain\.com\.tr [NC] #RewriteRule ^(.*)$ http://www\.domain\.com\.tr\/$1 [R=301,NC] RewriteRule ^(giris|cikis)/?(.*)$ login.php [NC] RewriteRule ^sys/bilgilerim/?(.*)$ sys/bilgilerim.php [NC] RewriteRule ^sys/site-ayarlari/?(.*)$ sys/ayarlar.php [NC] RewriteRule ^sys/site-istatistikleri/?(.*)$ sys/stats.php [NC] RewriteRule ^sys/panel-kullanicilari/?(.*)$ sys/pkullanici.php [NC] </code></pre> <p>Additional Info:</p> <blockquote> <p>www.domain.com.tr/about-us --- WORKS</p> <p>www.domain.com.tr/services/blabla --- WORKS </p> <p>www.domain.com.tr/panel --- WORKS (backend login and dashboard)</p> <p>www.domain.com.tr/panel/customers.php --- WORKS (Customer management module)</p> <p>www.domain.com.tr/panel/customers.php/add --- No input file specified. (Customer management module, add customer link)</p> </blockquote> <p>P.S. This is not a new CMS i used this one(completely my product - handwritten) many times before. So i believe this might because of some server settings which i don't have much permissions to reach it.</p> <p>I will try everything you suggest and i could try and update this post. Thanks in advance.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload