Welcome Guest, Not a member yet? Register   Sign In
Godaddy Installation Tips
#5

[eluser]conekt[/eluser]
[quote author="JeffreyRopp" date="1197166093"]Hello everyone! Another newbie here....

I'll add one more comment some folks might find useful.

I'm running CI in a subdirectory: http://www.cellphoneservicereport.com/ConcertSherpa/

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

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

Note the difference in the RewriteRule line.

Best,
Jeff[/quote]

Good call Jeff.

Here's a wiki entry that I created based on my original post.
http://codeigniter.com/wiki/Godaddy_Installaton_Tips/

Please feel free to append your info to it.


Messages In This Thread
Godaddy Installation Tips - by El Forum - 09-14-2007, 04:49 AM
Godaddy Installation Tips - by El Forum - 09-14-2007, 08:11 AM
Godaddy Installation Tips - by El Forum - 09-14-2007, 08:20 AM
Godaddy Installation Tips - by El Forum - 12-08-2007, 02:08 PM
Godaddy Installation Tips - by El Forum - 12-08-2007, 03:25 PM
Godaddy Installation Tips - by El Forum - 12-08-2007, 05:49 PM
Godaddy Installation Tips - by El Forum - 12-08-2007, 06:17 PM
Godaddy Installation Tips - by El Forum - 03-30-2008, 05:16 PM
Godaddy Installation Tips - by El Forum - 03-31-2008, 04:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB