I set it up for apache and it seems to have added the stuff to httpd.conf <IfModule dir_module> DirectoryIndex dex index.html index.cfm </IfModule>
I went and changed it to <IfModule dir_module> DirectoryIndex dex index.cfm index.html </IfModule> and it still isn't working. On Sun, Feb 9, 2014 at 10:32 AM, Andrew Scott <[email protected]>wrote: > > sounds like the connectors didn't install correctly. This is evident that > the index.cfm is not in the default file list or it is not at the top like > it is suppose to be... > > Did you run the web configuration tool? > > Regards, > Andrew Scott > WebSite: http://www.andyscott.id.au/ > Google+: http://plus.google.com/113032480415921517411 > > > > On Mon, Feb 10, 2014 at 5:04 AM, Phillip Vector > <[email protected]>wrote: > > > > > 192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] "GET /Ubersite/wwwroot/ > > HTTP/1.1" 200 - > > > > That is what the apache logs say is happening. So it's returning a > > webpage.. Just ... no CF. > > > > > > On Sun, Feb 9, 2014 at 9:59 AM, Phillip Vector < > [email protected] > > >wrote: > > > > > Oh yeah.. I also set "192.168.1.*" in > > > *Allowed IP Addresses for Exposed Services. No luck. * > > > > > > > > > On Sun, Feb 9, 2014 at 9:57 AM, Phillip Vector < > > [email protected]>wrote: > > > > > >> > > >> So I have a developer version of CF. I also have apache (2.2) set up > > >> since I wasn't able to connect at all with the built in webserver. > > >> > > >> I can connect to http://127.0.0.1/Ubersite/wwwroot/ and it displays > the > > >> CF fine. > > >> > > >> I can connect to http://127.0.0.1/index.cfm and I get the CF page. > > >> > > >> I go to http://192.168.1.2/ from my laptop and I get the HTML page. > > >> > > >> I go to http://192.168.1.2/index.cfm from my laptop and I get the CF > > >> page. > > >> > > >> But I go to http://192.168.1.2/Ubersite/wwwroot/ and I get a blank > > page. > > >> > > >> Any idea what I'm doing wrong here? > > >> > > >> > > >> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357640 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

