Welcome Guest, Not a member yet? Register   Sign In
No input file specified. Godaddy
#5

(12-09-2017, 08:33 AM)jreklund Wrote: Try to set Options and DirectoryIndex.

Code:
Options +FollowSymLinks -MultiViews -Indexes
DirectoryIndex index.php
RewriteEngine On
RewriteBase /CodeIgniter/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]


Thank you for the suggestion. I tried this, but sadly, no joy.
Reply


Messages In This Thread
No input file specified. Godaddy - by RMaynard - 12-08-2017, 10:46 AM
RE: No input file specified. Godaddy - by RMaynard - 12-09-2017, 06:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB