[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SLUG] Reason not to use NT #8463
On Wed, Jun 07, 2000 at 11:10:13AM +1000, Rev Simon Rumble wrote:
> So, to get around this what people do on Apache and AOLserver is to tell
> the server that anything beneath a particular URL, say /blah/, it should
> actually run a script and not look for something in the file space. So
> if you put in /blah/dog it will run the script. That way your site
> looks like a flat HTML site but is actually all dynamic.
>
> IIS doesn't seem to be able to do this. So the moral of the story is,
> if you want to do a dynamic site and be linked from search engines,
> don't use IIS!
Of course it can. It can even handle PATH_INFO setups, where the script
gets passed the content after the name of the script. eg, in your example
above you can have /blah/dog/option1/option2/option3 where "dog" is the
name of the script, and the optionX's are passed to the script.
It's always a good idea to RTFM before you bag a product too heavily...
Scott.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to slug-request@nospam.slug.org.au with
unsubscribe in the text