10-20-2010, 04:36 PM
[eluser]arffup[/eluser]
Hello.
I recently installed codeigniter on WAMP as a test server. I have to perform modifications to a site developed by another people in Code Igniter.
In the production site you enter by http://URL.org and offers a menu ---> aboutus.htm and the main site (index.php) http://URL.org/index.php when you click over any element you go to http://URL.org/index.php/something/something
OK
but if I want to develop in my test server as localhost I can view the main page (menu), i can view the aboutus.html but when I want to watch the index.php or index.php/anything/anything I am prompted to the "download/save/cancel" window. I can't navigate locally.
my path is www/fundacion/html/(all teh files)
Someone knows why I can't navigate? Maybe is some with apache configuration?
Thanks
Hello.
I recently installed codeigniter on WAMP as a test server. I have to perform modifications to a site developed by another people in Code Igniter.
In the production site you enter by http://URL.org and offers a menu ---> aboutus.htm and the main site (index.php) http://URL.org/index.php when you click over any element you go to http://URL.org/index.php/something/something
OK
but if I want to develop in my test server as localhost I can view the main page (menu), i can view the aboutus.html but when I want to watch the index.php or index.php/anything/anything I am prompted to the "download/save/cancel" window. I can't navigate locally.
Code:
$config['base_url'] = "http://localhost:4141/fundacion/html/";
my path is www/fundacion/html/(all teh files)
Someone knows why I can't navigate? Maybe is some with apache configuration?
Thanks