On our server, I've set things up to serve all pages as scripts by default
(every page is a script on this site).

So, for example, an URL like http://www.teldir.com/eng/euro/uk is actually
running the script "eng" in the home directory and passing euro/uk as
parameters, similar to http://www.teldir.com/eng?a=euro&b=uk.  (The reason:
gets indexed by robots as a normal page rather than as a script).

These pages are of course listed by Analog as files with "no extension".  So
they are not counted as "pages".

How do I add a page with no extension to the pages list?  PAGEINCLUDE *. and
variants doesn't seem to work, i.e. doesn't add a blank extension as a valid
page type.

A crude workaround is:

FILEALIAS /*.gif /*.gif
FILEALIAS /*.ico /*.ico
FILEALIAS /* /*.(script)
PAGEINCLUDE *.(script)

This does count the "pages" correctly, but naturally puts a .(script) at the
end of every "page" name.

Is there a simpler way to add a "no extension" page to the pages list?

I'm running 3.32 on unix.

Thanks

Rob

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to