Welcome Guest, Not a member yet? Register   Sign In
No input file specified and htaccess
#8

[eluser]ELRafael[/eluser]
[quote author="Rich Hauck" date="1190152638"]I've got a similar problem (Hosting on a FreeBSD server, not GoDaddy) and unfortunately the final solution posted didn't work for me.
If I use the following config.php settings:

$config['index_page'] = "index.php?";
$config['uri_protocol'] = "QUERY_STRING";

I can get pages using site.com/index.php?pagename

Naturally, I want clean URLs, but if I post an htaccess file using this:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]

This is what I get:
site.com/pagename -- redirects me to the default view.
site.com/index.php -- 404 error
site.com/index.php/pagename -- “No input file specified”
site.com/index.php?pagename -- 404 error

Any ideas?[/quote]

Try to remove
Code:
RewriteBase  /


Messages In This Thread
No input file specified and htaccess - by El Forum - 09-11-2007, 10:59 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 11:16 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 11:19 AM
No input file specified and htaccess - by El Forum - 09-11-2007, 12:10 PM
No input file specified and htaccess - by El Forum - 09-11-2007, 12:34 PM
No input file specified and htaccess - by El Forum - 09-11-2007, 01:19 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 10:57 AM
No input file specified and htaccess - by El Forum - 09-18-2007, 01:32 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 02:31 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 03:19 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 04:40 PM
No input file specified and htaccess - by El Forum - 09-18-2007, 04:48 PM
No input file specified and htaccess - by El Forum - 04-15-2010, 02:42 AM
No input file specified and htaccess - by El Forum - 03-20-2013, 08:17 AM
No input file specified and htaccess - by El Forum - 01-07-2014, 05:43 AM
No input file specified and htaccess - by El Forum - 03-06-2014, 08:48 AM
No input file specified and htaccess - by El Forum - 03-20-2014, 10:37 PM
No input file specified and htaccess - by El Forum - 03-21-2014, 01:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB