how to get all request in index.php without any server configuration.
I tried that with .htaccess but I notice some problems,like .htaccess does not work on all server by default, and save configuration does not work in nginx.
How php handle request itself? can we modify that behaviour ?
Is it possible? If not, any other way available? but without .htaccess. I don't hate server configuration files. But many times users doesn't have access to server settings.