solution to index.php in my cakephp application -


If I ignore index.php from my URL, then the control controller is not passing correctly. How to avoid index.php from url

ex:

thanks,

You set your mod_rewrite (via config or .htaccess) in Apache, then all requests will be redirected to fix controllers / tasks without adding index.php to URL. You should help you set up your server correctly.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -