I didn't, but I just made one and it still doesn't seem to work.
I made:
Logical directory:
/mysite
Directory Path:
C:\ etc... to the folder where the files are
Then in settings I changed it to:
/mysite/error.cfm
Still no luck though...
I've setup the site-wide missing page handler to point my 404 page, error_404.cfm.
I put in the relative path (i.e. "/error_404.cfm"), and it says it's successfully updated. However, when I go to a page that doesn't exist, I'm still getting the coldfusion missing page error.
Any ideas why...
That's not exactly what I'm trying to do... I would want somebody going to www.mysite.com/My_name to take them to their account. Coldfusion would parse out the My_name and then send it to something like account.cfm?user=My_name.
For example, if somebody wanted to create a custom url that was like www.mysite.com/username.
I don't want to have to create a real directory for every person. Is there a way around this?
Thanks for your help!
I've got a website that's currently experiencing a lot of growth.
Aside from moving to a bigger server, what else can I do to keep it running fast? We also host a lot of files.
Hello all,
I'm trying to write a script that can sync my database on my website with one hosted on another server. I have all the necessary login information for both databases and severs, but what is the method I would use to connect and do queries on the outside database?
Thanks in...
Coldfusion gives me an error when I specify ISO 8859-9 with cfprocessingdirective. However, I have tried ISO 8859-1 and that is accepted by cf, but doesn't show the letters correctly.
Is there some way to specify in cfquery which encoding you want? Or is there something you set in a database...
That helped a lot. But it's still not working.
So I've figured out that the web page IS encoded in UTF-8 correctly with GetEncoding('url') and the characters still show up fine in phpMyAdmin.
The only time characters show up strangely is when called by cfquery. If I just type them in the cfm...
Hello,
I have a mysql database setup and the character set is UTF-8. Non-Latin letters appear as question marks. How can I fix this without messing up my database?
Thanks in advance for your help!
I've got a web app that runs on MySQL and CF. The hebrew displays correctly in phpMyAdmin, but when outputted by a simple query, it displays as "???? ?? ??".
The character set is UTF-8 Any ideas?
I'm trying to get Coldfusion 7 setup on a GoDaddy virtual dedicated server, and I'm having a ton of trouble getting all the permissions and stuff correct. It's running on windows 2003 with IIS.
First it wouldn't even let me access the colfusion administrator, i got the error "401.3 Access...
Hello all. I would like to make a search from that checks the input against a database and gives a dropdown list of suggestions via ajax. Does anybody know how to do this or know of any resources? I would greatly appreciate it.
Hey everybody. I've got a website that I'm making, and I'm not sure how to make it completely secure, but a lot of the information is very sensitive. Here's the setup right now:
A user logs in with his username and password, then two cookies are added. A cookie with the username, and a cookie...
Ok, I'm trying to set up an application that has a page on it that only gives the user a certain amount of time to submit a form. If the user does not submit the form before the timer runs out, the timer sends the user to a different page. Is there any way to do this with coldfusion?
Help would...
Thanks everbody for your help! You are what makes this forum so great!!
So here's what I ended up learning/using:
Using form with brackets will allow me to use the form scope, but with a variable inside.
So on my action page I looped through my form items then did
<cfif form[uniqueID] neq...
that last one will not work. the idea is to have one submit button to submit all the text fields - so I can only have one form. So #form.memberID# would be different for every text field, and thus unaccessible.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.