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

[eluser]Sara rad[/eluser]
Hi friends ...

when i upload my script script showed this error . i read very topics about this problem and test very ways but just this way work for me :

Htaccess :

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

Config :

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

And now when user redirect to another page url like that it :

Quote:www.site.com/index.php?/profile/user/../username

or when user click on this link :

Quote:http://site.com/posts/id/1

in url bar url is a :

Quote:http://site.com/index.php?/posts/id/1

can i remove this ? how ?

and image with lowercase don't showed in site , Error pages style and js not loaded .

i need help Big Grin

Regards


Messages In This Thread
No input file specified - by El Forum - 04-07-2011, 12:43 AM
No input file specified - by El Forum - 04-07-2011, 01:05 AM
No input file specified - by El Forum - 04-07-2011, 01:37 AM
No input file specified - by El Forum - 04-07-2011, 01:55 AM
No input file specified - by El Forum - 04-07-2011, 02:53 AM
No input file specified - by El Forum - 04-07-2011, 03:34 AM
No input file specified - by El Forum - 04-07-2011, 05:46 AM
No input file specified - by El Forum - 04-07-2011, 06:36 AM
No input file specified - by El Forum - 04-07-2011, 09:21 PM
No input file specified - by El Forum - 04-07-2011, 09:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB