Welcome Guest, Not a member yet? Register   Sign In
"No input file specified" with godaddy
#10

[eluser]msk_mx[/eluser]
Hi, in Goddady this .htaccess works for me
Code:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [QSA,L]
</IfModule>

The small change is in index.php?$1 [QSA,L]

I hope someone will help this.
MASC


Messages In This Thread
"No input file specified" with godaddy - by El Forum - 12-15-2007, 04:25 PM
"No input file specified" with godaddy - by El Forum - 12-15-2007, 04:25 PM
"No input file specified" with godaddy - by El Forum - 12-15-2007, 04:27 PM
"No input file specified" with godaddy - by El Forum - 12-15-2007, 04:57 PM
"No input file specified" with godaddy - by El Forum - 12-16-2007, 10:26 AM
"No input file specified" with godaddy - by El Forum - 01-10-2008, 10:05 AM
"No input file specified" with godaddy - by El Forum - 01-10-2008, 05:04 PM
"No input file specified" with godaddy - by El Forum - 05-25-2008, 05:12 PM
"No input file specified" with godaddy - by El Forum - 04-15-2010, 02:42 AM
"No input file specified" with godaddy - by El Forum - 06-27-2011, 03:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB