Welcome Guest, Not a member yet? Register   Sign In
url transform
#1

[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
#2

[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/




Theme © iAndrew 2016 - Forum software by © MyBB