Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

index.cfm not found

New Here ,
Jul 27, 2014 Jul 27, 2014

<form action="/index.cfm" method="post">

<form action="../index.cfm" method="post">

<form action="../../index.cfm" method="post">

Have tried them all, no luck.  Any help?

362
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 27, 2014 Jul 27, 2014
LATEST

You are not explaining your scenario at all, thus it's nearly impossible to know what you are trying to accomplish and how.

If the index.cfm is in the same folder as your current form template, referring to "index.cfm" or "./index.cfm" should work.

Your three examples would try to access index.cfm from your web server web-root, and parent folder(s) of your current template path.

Are you using cfc's or custom tags to display the form? This could also confuse you with the paths.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources