url transform |
[eluser]Unknown[/eluser]
Hello, another developer has made a website using codeigniter. Everything works fine online but when I try to use it locally, I have problems with url. example: www.test.com/services/myxml returns the result of the function myxml inside system\application\controllers\services.php www.test.com/services/myxml works localhost/services/myxml doesn't work I edit all .htaccess but I didn't find anything special Thank you for your help Note: http://localhost/index.php/services/myxml works
[eluser]Unknown[/eluser]
I found the answer on the forum...sorry, it just was a server problem I just had to uncomment the line LoadModule rewrite_module modules/mod_rewrite.so in httpd.conf http://ellislab.com/forums/viewthread/75870/ |
Welcome Guest, Not a member yet? Register Sign In |