php - URL overwritten by apache? -


i have codeigniter-based php website's login screen on local url: http://pos-pizza-app.dev/login

i have .htaccess file redirects requests codeigniter's index.php.

i have login.appcache file in project root.

when call http://pos-pizza-app.dev/login, apache serves login.appcache instead of redirecting index.php (the request doesn't reach index.php). server latest xampp on windows.

for other urls redirect works, , works if remove login.appcache file.

but need file there, want understand why apache serves instead of login page , prevent it. appreciated.

check html (view source) <html manifest="login.appcache">

more info https://www.html5rocks.com/en/tutorials/appcache/beginner/


Comments