Welcome Guest, Not a member yet? Register   Sign In
'welcome' not showing up as expected
#5

[eluser]Randy Casburn[/eluser]
This has to do with:

the differences between your HTTP server platforms in the two locations

Plus...

Quote:|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| URI string. The default setting of "AUTO" works for most servers.
| If your links do not seem to work, try one of the other delicious flavors:
|
| 'AUTO' Default - auto detects
| 'PATH_INFO' Uses the PATH_INFO
| 'QUERY_STRING' Uses the QUERY_STRING
| 'REQUEST_URI' Uses the REQUEST_URI
| 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO
|
*/
$config['uri_protocol'] = "AUTO";


Plus...

Quote:RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+) index.php/$1 [L]

----
You've got to discover the differences and work only on the differences. Otherwise you're stabbing in the dark.

Randy


Messages In This Thread
'welcome' not showing up as expected - by El Forum - 08-29-2008, 04:36 PM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 08:12 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 08:53 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 09:12 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 09:52 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 10:17 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 10:20 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 10:58 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 11:10 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 11:11 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 11:15 AM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 12:10 PM
'welcome' not showing up as expected - by El Forum - 09-02-2008, 12:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB