CodeIgniter Forums
Problem with url structure when using Coda preview - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Problem with url structure when using Coda preview (/showthread.php?tid=26508)



Problem with url structure when using Coda preview - El Forum - 01-15-2010

[eluser]Unknown[/eluser]
I have installed and setup MAMP, sorted out my Codeigniter folder (I've moved the application folder out), and got it set up using Coda for development (I'm not here to debate about the best IDE).

However when I go to preview in Coda, it references the actual file path and not that of Ci hosted locally.

This
Code:
http://localhost:8888/ci/application/controllers/welcome.php
Instead of this
Code:
http://localhost:8888/ci/

Anyone else come across this problem? and know of a fix?

I've attached a screenshot of my Coda site settings just in case it's that.