Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] ?q=something url like
#4

[eluser]Sarfaraz Momin[/eluser]
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~%.:_\-?';
$config['enable_query_strings'] = TRUE;

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 !!!


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



Theme © iAndrew 2016 - Forum software by © MyBB