I got the cakePHP and I have the following error.
URL rewriting is not properly configured on your server. 1) Help me configure it 2) I don’t / can’t use URL rewriting
The odd thing is that it is working fine on my laptop and it is not working on my desktop pc. I copy the whole thing from my laptop and paste it on the desktop and that error is shown.
Any ideas to solve? I follow the steps to solve but it is the same problem. My cakePHP version is 2.0 above.
You can Check first your rewrite mode is on or not in
apache/conf/httpd.conffile.check below code in
httpd.conffile:Hash remove in this line and restart Apache server:
After that you can set below code in your cakephp
.htaccessfile: