Hi Andrew,

If you use the GET method for your script, the users will be able to book
mark pages and most search engines should be able to crawl through your
site. You can set up Apache to redirect to a script.  For instance you could
have /index.html redirect to your script.  Then the script would look at the
URL requested to build the appropriate page.  That way users could book mark
pages and search engines could crawl your site and none would be the wiser.

H::T is a great module that will work great for your project.

Good luck,

Todd

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Andrew Brosnan
Sent: Monday, August 19, 2002 8:30 AM
To: HTML::Template List
Subject: [htmltmpl] using H-T for every page


Hello,

I have been using H-T mostly for user interfaces to databases where
users make queries via HTML forms sent to H-T scripts which return
results. Works great (thanks Sam!).

Now I am looking to build an entire site using H-T. All pages will
contain content from the database and be generated from templates. Since
I haven't used H-T this way before, I have some questions.

Would requests for domain.com and/or domain.com/index.html be redirected
to domain.com/scriptname right in Apache?

I assume all links and pages will be domain.com/scriptname+params rather
than domain.com/page.html. I'm wondering how this affects things like
search engine indexing, users bookmarking pages, providing links to
areas within the site. It seems like all pages will have kind of a funky
URL.

I would appreciate comments on the above from those who have more
experience. Also any other comments on the architecture of a project
like this are appreciated.

Thank you,
Andrew


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to