[SOLVED] ?q=something url like |
[eluser]atno[/eluser]
[quote author="Sarfaraz Momin" date="1232390609"]Well there are a few changes in the config which would allow you to achieve the following results. Code: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-?'; The querystrings cannot be accessed using $_GET. You would have to parse them as URI segment. Something like below. http://localhost/~atno/index.php/admin/?q=view_records Have a good day !!![/quote] thanks a lot Sarfaraz atno |
Messages In This Thread |
[SOLVED] ?q=something url like - by El Forum - 01-19-2009, 05:50 AM
[SOLVED] ?q=something url like - by El Forum - 01-19-2009, 06:40 AM
[SOLVED] ?q=something url like - by El Forum - 01-19-2009, 06:43 AM
[SOLVED] ?q=something url like - by El Forum - 01-19-2009, 06:43 AM
[SOLVED] ?q=something url like - by El Forum - 01-19-2009, 06:44 AM
|