Form problem

Permalink
I have created multiple forms without a problem until today.

Created a new page for a form, created a "link to page" in a content block to get to it. click on the link and the page is unable to be found. The browser returns "no input file specified".

If i go through the Concrete dashboard I can click on the page in the tree and visit it with no problems.

Thanks for any thoughts you all might have.

 
jgarcia replied on at Permalink Best Answer Reply
jgarcia
Do you have pretty URL's enabled? If so, have you added the specified code to the .htaccess? No input file specified essentially is a 404, so it's saying it can't find the page, and my first guess would be that it's trying to load a pretty URL's version and is unable to.
normanm4 replied on at Permalink Reply
You sir, are correct! Thanks for the help!