Hey all, got a bit of a weird one here.

Running the following, CF8 on Win2K Server with IIS.

Creating a new dir with a period/full stop and an index.cfm file causes a
403 when accessing the file.

Running  the following will highlight this:

<!--- works --->
<!--- <cfset folderName = "testcom"> --->

<!--- doesn't work --->
<cfset folderName = "test.com">

<cfdirectory action="CREATE" directory="#ExpandPath('.')#\#folderName#">
<cfdirectory action="CREATE" directory="#ExpandPath('.')#\#folderName#\css">
<cffile action="write" file="#ExpandPath('.')#\#folderName#\index.cfm"
output="<p>#folderName#</p>">

<cfoutput>
<a href="#folderName#">New folder</a>
</cfoutput>

Just run it at home on CF7 with Apache and CF8 on the built in CF server on
Win XP Pro and it works.

Any ideas about why this won't work? Is it an IIS problem maybe? I'm stumped
and I'm still searching the google machine!

Adrian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288127
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to