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

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -