CodeIgniter Forums
url transform - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: url transform (/showthread.php?tid=8018)



url transform - El Forum - 05-01-2008

[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


url transform - El Forum - 05-01-2008

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