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

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

or

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|public|user_guide|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]

May also work for you.

http://ellislab.com/forums/viewthread/55620/


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