I have cloned a git repo that someone made for a CodeIgniter website. I have a WAMP server set up fine in my computer and it works fine. In the Apache modules I enable the rewrite_module
and in the PHP Settings I enable short open tag
. I also put my database settings in the application\config\database.php
file. After that, I put the CodeIgniter folder in the C:\wamp\www\CodeIgniter
folder.
Now the problem is that when I go to localhost/CodeIgniter
I get this:
Error: Template Directory Not Found!
I have looked for several hours online for this error but I could not find anything similar. If someone has seen this error before and knows how to solved it I will really appreciate any help or if you could point me in the right direction since I am new to CodeIgniter.