URI segment is not working while "query strings" is working |
[eluser]tonanbarbarian[/eluser]
I have posted something to try in this other thread http://ellislab.com/forums/viewreply/331415/ Your problem is that you have enable_query_string turned on, and in that case I do not think it will accept the url in the format of http://localhost/index.php/welcome/test, only http://localhost/index.php?c=welocme&m=test |
Messages In This Thread |
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 04:40 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 04:55 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 05:21 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 05:30 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 05:44 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 05:48 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 06:13 AM
URI segment is not working while "query strings" is working - by El Forum - 12-18-2007, 07:48 PM
URI segment is not working while "query strings" is working - by El Forum - 12-22-2007, 11:27 AM
|