0

When I go to

http://127.0.0.1:8500/index.cfm

on Chrome, coldfusion throws an error saying that page/path doesn't exists.

How do I see the page on my browser?

Leigh
  • 28,765
  • 10
  • 55
  • 103
Victor Ramos
  • 175
  • 3
  • 11
  • Where did you put your project folder which contains index.cfm page? Make sure it's inside ColdFusion11\cfusion\wwwroot directory. http://127.0.0.1:8500/projectfoldername/index.cfm try this – Ronnie Kumar Nov 18 '14 at 19:59
  • Is the server started? Have you ensured that? – Anit Kumar Nov 18 '14 at 22:23
  • Thank You! @Ronnie7777, that indeeds works. My problem was that the folder I created was a shortcut and when I would go look in the file explorer, that directory wasn't there, weird. So I created a new folder and cfm file inside, and that one did work. I was able to load it in the browser. – Victor Ramos Nov 19 '14 at 13:36
  • cool I will post this as an answer – Ronnie Kumar Nov 19 '14 at 14:23

1 Answers1

2

Make sure it's inside ColdFusion11\cfusion\wwwroot directory. 127.0.0.1:8500/projectfoldername/index.cfm

Ronnie Kumar
  • 635
  • 5
  • 18