besnette1
Technical User
- Jun 19, 2001
- 9
Hi there,
I have a site that has a url structure similar to this:
I have been getting some errors when people try to access the site without the URL paramater being passed (i.e.)
I have been trying to do a 301 for this, but I can't get it to work. I have pasted what I have done below - any ideas would be greatly appreciated.
<cfif domain EQ " AND NOT ISDEFINED ("URL.ItemID")>
<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value=" </cfif>
I have a site that has a url structure similar to this:
I have been getting some errors when people try to access the site without the URL paramater being passed (i.e.)
I have been trying to do a 301 for this, but I can't get it to work. I have pasted what I have done below - any ideas would be greatly appreciated.
<cfif domain EQ " AND NOT ISDEFINED ("URL.ItemID")>
<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value=" </cfif>