• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Subdomain, files there, 404 error

A

awpti

Guest
Okay..

I have a domain: www.flagstaffwebcam.com

Added that to plesk, no problem. It has a subdomain that uses CFM (not really CGI) for webcam controls.

I created a subdomain called cgi.flagstaffwebcam.com and copied all of the files to that folder. It is setup to allow ColdFusion, ASP, PHP and everything else under the sun.

No matter what file I specify, it comes back as 404 (even the default page didn't work).

Removed the subdomain and re-added it, same problem.

No idea what to do now. Anyone?
 
Hi,

Did you ever figure this out? I'm having the same problem.

Mark
 
make sure that coldfusion is running on the server. and you have enabled it for your domain.
 
Yes, CF is running and enabled. cfm files in the primary domain httpdocs work OK, just not in the subdomain directory. Html files in the subdomain directory work OK.

Mark
 
As you have readded the subdomain and still it's not working, the most likely cause is the cfm extensions may not be added in IIS.

Goto IIS manager
right click on the subdomain with the issue. click on properties

Under "Home Directory" tab under "configuration" make sure that cfm extension is added.

If it's not present, you can manually add it by comparing settings from another domain
 
Back
Top