Welcome Guest, Not a member yet? Register   Sign In
Help me to solve this error "No input file specified."
#11

[eluser]aizuikmal[/eluser]
Try Dreamhost instead.

If you have problem with htaccess in Dreamhost, check this out: http://codeigniter.com/wiki/Dreamhost_.htaccess/
#12

[eluser]Michael Wales[/eluser]
CI will work on GoDaddy - you just have to really work on it - the Google search I linked to has literally hundreds of Wiki entries, forum posts, and more concerning GoDaddy.

Personally, GoDaddy sucks - it's a horrible host. Dreamhost is a good one although I had issues with downtime. I use ASmallOrange.com and have been very happy with them thus far.
#13

[eluser]LNS[/eluser]
Thanks you.

I solved this problem.
This is a solution:
Code:
uri_protocol = QUERY_STRING
index_page = index.php?
So url like: http://www.lib4you.com/index.php?/view/detail/133.html

But i don't use my website with a .htaccess file. My .htaccess file:
Code:
Options -Indexes
Options +FollowSymLinks
DirectoryIndex index.php


RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|website|templates|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]
Can you help me to solve my htaccess?! Thanks!
#14

[eluser]hvalente13[/eluser]
Hi,

If you don't mess much with your config file CI must be ok on any host!

If you want a cheap and fast has hell host give this a look:

Site5

I'm changing all my websites to it!

Of course you have always Engine Hosting from our guys of Ellis Lab.




Theme © iAndrew 2016 - Forum software by © MyBB