Hello,
I have been watching mvc tutorials and i managed to make something that i wanted by adding into it.
i can use it like i want on my development pc(windows), but when i try to upload it to another pc(linux ubuntu or debian) i can not make it work ![]()
when i enter http://localhost/mvc/ it enters index php and redirects to http://localhost/mvc/login as intended. but after directing it gives me "Not found the requested URL mvc/login was not found on this server".
After searching a little i found that i couldnt get the url entered, $_GET[url] is always empty even after redirection.
I am thinking that .htaccess is the problem but i can not find what to do..
my current .htaccess is










