I had experience in setting up linux ubuntu server with apache2. the laravel project is run successfully and everything works accordingly. the same code I applied in centos apache2 and it failed.
eg: simple login post form using html laravel blade is not submited to the backend laravel code when the button is clicked. no idea what is going on. it just redirects to the same login page even the correct crediential is entered correctly. according to the networking showing in google chorme debugging tools.
The Laravel project is within this directory /home/abccom/public_html/abc/public
- laravel 5.3
- Centos 7
- Apache/2.4.46 (cPanel)
- Cloudflare
anyone can help??