Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TomekK #1
Inaccessible "search engine friendly" URL parameters (CF MX)
Hi,
I'm running developer edition of Macromedia MX using IIS and W2K
server. MX is newly installed with default config options.
I'm passing parameters as:
[url]www.foo.com/index.cfm/testparam/janmedia[/url]
and trying to get them as:
#URL.testparam#
and they do not appear in my CFM file:
"Error Occurred While Processing Request.
Element TESTPARAM is undefined in URL"
Everything works fine if I use normal way
[url]www.foo.com/index.cfm?testparam=janmedia[/url]
My config does contain mapping options to get to the files
<servlet-mapping id="macromedia_mapping_7">
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfm/*</url-pattern>
</servlet-mapping>
Could you tell me what should I check or reconfigure to allow "search
engine parameters" to be accessible from code?
Best,
Tomek
TomekK Guest
-
#38987 [NEW]: isapi_fcgi.dll has problems with search engine friendly paths
From: randy at rcs-comp dot com Operating system: Win XP PHP version: 5.2.0RC4 PHP Bug Type: CGI related Bug description: ... -
dw8 how do you name search engine friendly pages andpage titles?
i am creating a website and i want to ensure that i am doing everything i can on my part to get a good listing on the search engines. what do i need... -
Chart makes my page "inaccessible"
I am almost done with the site I have been developing for the past week or so, and it seems that I saved the worst for last. When I add a dynamic... -
Search-engine friendly dynamic sites
Anyone have links or suggestions on using CF to generate static content pages, or other techniques for making dynamic sites indexable by search... -
search engine (robot) friendly pdf - omit signature?
Hello: I like to post PDFs on my website, <http://drgaryseeman.com>. I'm using Acrobat 6.0 to create them. I've made a link to a pdf of my...



Reply With Quote

