i am not be able to run cakephp in our server. os-centos 7, NGINX can any one help me how do URL rewriting in our server
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi! Can you post your nginx server block config? You will need to add something like this in order to enable URL rewriting in nginx:
You can always refer to CakePHP’s documentation for more information on how to set up URL Rewriting and example configs.