A few more questions: 1. Where is FUEL installed in relation to your web server root web directory? Is it in a subfolder called 'fuel'? 2. Is the admin enabled in the fuel/application/config/MY_fuel.php file. 3. What happens if you create a view file called "test" with the words "This is a test" located at fuel/application/views/test.php... are you able to browse to http://localhost/fuel/test (assuming that your FUEL installation directory is the subfolder 'fuel')?
Comments
1. Do you have .htaccess enabled?
2. What do you see if you go to http://localhost/fuel/index.php/fuel/login?
If I go to http://localhost/fuel/fuel/login then again it shows Wamp homepage...
I have mod_rewrite enabled..
1. Where is FUEL installed in relation to your web server root web directory? Is it in a subfolder called 'fuel'?
2. Is the admin enabled in the fuel/application/config/MY_fuel.php file.
3. What happens if you create a view file called "test" with the words "This is a test" located at fuel/application/views/test.php... are you able to browse to http://localhost/fuel/test (assuming that your FUEL installation directory is the subfolder 'fuel')?