I'm taking over a codeigniter project that was originally developed in MAMP on OSX.
My php dev environment is a XAMPP on Windows. Works great for all my other work and projects. However I copied this app I took over to my htdocs folder and it works but it causes lots of problems with rewriting URLS (for example ModRewrite isn't working when it is suppose to, see ModRewrite not working for codeigniter site).
Could these problems stem from the two dev environments? It works fine when on my host, but I need to make changes.
EDIT: Got it back on a MAMP environment, same exact problem. Looking into config now.