Adding Single Page Issue
Permalink
I have added a few single pages to the site already (all in the single_pages/app directory. I went to add another single page and it gives me the error of That specified path doesn't appear to be a valid static page. Mind you I simply copied (physically, not in site map) an existing single page (that is currently working, renamed it to single_pages/app/fhk.php) and changed three letters (regarding a i-frame reference) in the new page. I went to the add single pages and typed in app/fhk and it gives me the error. Any ideas? Again, the page I copied is working and is in the single pages list. Using 5.5.1
I got it sorted. I had forgotten that this particular project was one where we needed to get php and .aspx to play nicely with each other. Turns out, my concrete root was in the root/_cms directory with the single pages folder in the root folder. So, I was adding my new single page in the root/_cms/single_pages folder when I should have been adding them to the root/single_pages folder.