I have changed a site to Umrbaco, but within the site is a folder with a custom .aspx page which is referenced from another site so I need it to stay there - I have uploaded the folder, but if I type the full path (i.e. www.mysite.co.uk/thefolder/default.aspx) I get an Umbraco 404 error? But the file & folder are definitely there? Any ideas on how I can sort this?
Umbraco Throwing 404 For Custom Folder & Page?
I have changed a site to Umrbaco, but within the site is a folder with a custom .aspx page which is referenced from another site so I need it to stay there - I have uploaded the folder, but if I type the full path (i.e. www.mysite.co.uk/thefolder/default.aspx) I get an Umbraco 404 error? But the file & folder are definitely there? Any ideas on how I can sort this?
Just add the complete path to the aspx to
or the foldername to
in the web.config
Thomas
Thanks Thomas - This one is already there?
How do I add another one? Do I comma delimit?
Worked it out - it is comma delimited! Thanks
is working on a reply...