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
Post a Comment