Link to home
Start Free TrialLog in
Avatar of pigmentarts
pigmentartsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

cfobject

hi,

i want to use this: http://www.spike.org.uk/projects/fuservlet/ ------------------- for search engine friendly URLs :)

the site i want to use it on is on shared hosting, they have a sandbox in place so when i run it i get the following...

"Security: The requested template has been denied access to cfobject.
The following is the internal exception message: access denied (coldfusion.tagext.GenericTagPermission cfobject)"

that’s fine because i won't want to use cfobject anyway because of security issues!

my problem is they won't install it as a custom tag for me either, because its not tested, which is fine.

so what options am i left with? can i setup and call it like a custom tag with using cfobject?

ASKER CERTIFIED SOLUTION
Avatar of pinaldave
pinaldave
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pigmentarts

ASKER

> If you put your custom tag in directory itself
so i put the fu.cfc in the wwwroot/   -ok

i then put an include at the top of my index.cfm page <cfinclude template="../fu.cfc">

> you can still use it as cfobject.
then i get the message..
"Security: The requested template has been denied access to cfobject.
The following is the internal exception message: access denied (coldfusion.tagext.GenericTagPermission cfobject)"







If that is the case,
Your host has put security restriction in CFADMIN to restrict use of this tag.

Regards,
yep they have, anyway around this at all?
was told by my hosting company...

You can also create Search Engine Friendly URL's natively with CFML. For an example see Ray Camdens BlogCFC.

anyone know where i can find a example of this instead?