Welcome Guest, Not a member yet? Register   Sign In
Segmented urls not working
#20

[eluser]Unknown[/eluser]
[quote author="gunter" date="1192887158"]
there are 2 things to change in the config.php to make it run at an IIS machine:
Quote:change $config[’uri_protocol’] = “AUTO”; to $config[’uri_protocol’] = “PATH_INFO”;

Hi, this is my first post here.

I was doing some research on a problem I had and found this post so I just wanted to let everyone know just incase they run into the same problem I did with MailChimp.

The URLs that are clicked when someone receives your newsletter will usually return a 404 or characters not allowed statement.

gunter came up with this little tidbit of information which helped me find the solution to the Mailchimp URLs.

In config.php find
Code:
$config['uri_protocol'] = 'AUTO';
and change this to $
Code:
config['uri_protocol']= 'ORIG_PATH_INFO';
which will fix the 404 problem.

For the characters not allowed problem find
Code:
$config['permitted_uri_chars']
in config.php and make it
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\+&-?';

Sorry no time for explanations right now but thanks a ton gunter for helping point my brain in the right direction Smile


Messages In This Thread
Segmented urls not working - by El Forum - 10-19-2007, 03:28 AM
Segmented urls not working - by El Forum - 10-19-2007, 04:50 AM
Segmented urls not working - by El Forum - 10-19-2007, 04:52 AM
Segmented urls not working - by El Forum - 10-19-2007, 10:09 AM
Segmented urls not working - by El Forum - 10-19-2007, 10:11 AM
Segmented urls not working - by El Forum - 10-20-2007, 02:32 AM
Segmented urls not working - by El Forum - 10-20-2007, 01:58 PM
Segmented urls not working - by El Forum - 10-20-2007, 02:07 PM
Segmented urls not working - by El Forum - 10-20-2007, 02:36 PM
Segmented urls not working - by El Forum - 10-21-2007, 12:17 PM
Segmented urls not working - by El Forum - 10-21-2007, 12:44 PM
Segmented urls not working - by El Forum - 10-22-2007, 06:21 AM
Segmented urls not working - by El Forum - 10-22-2007, 11:58 AM
Segmented urls not working - by El Forum - 10-22-2007, 12:34 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:06 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:28 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:33 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:50 PM
Segmented urls not working - by El Forum - 01-03-2011, 05:00 AM
Segmented urls not working - by El Forum - 03-28-2011, 03:38 PM
Segmented urls not working - by El Forum - 03-28-2011, 08:14 PM
Segmented urls not working - by El Forum - 03-29-2011, 01:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB