Page 1 of 1

About htmlExport module

Posted: Thu Aug 23, 2007 8:16 am
by kyosing
How to make all link use htmlExport type.
like $page_alias.html

Re: About htmlExport module

Posted: Thu Aug 23, 2007 3:54 pm
by Pierre M.
Hello,

an option is to enable pretty URLs and make a static copy of your site with wget or httrack.

Another option is to make a disk cache at the webserver level with Apache's mod_cache and to copy the generated folder.

Pierre M.

Re: About htmlExport module

Posted: Thu Aug 23, 2007 4:24 pm
by cyberman
Hi Pierre,
Pierre M. wrote: Another option is to make a disk cache at the webserver level with Apache's mod_cache and to copy the generated folder.
You suggest Apache's mod_cache ever and ever - think you should write a howto about  :D.

Re: About htmlExport module

Posted: Thu Aug 23, 2007 5:13 pm
by Pierre M.
Hello,
see http://httpd.apache.org/docs/2.2/mod/mo ... sampleconf
Isn't it already written ?-)

Pierre M.

Re: About htmlExport module

Posted: Thu Aug 23, 2007 7:18 pm
by cyberman
Can I use it with Zend Optimizer too?

Re: About htmlExport module

Posted: Thu Aug 23, 2007 8:39 pm
by Pierre M.
I don't know Zend Optimizer. But if it operates at the PHP level, nothing prevents you to activate mod_cache at the webserver level. If this optimizer is too much tied to the webserver, you can set up mod_cache in a webserver in front of the PHPable webserver (reverse proxy in front of real server).

This is HTTP whatever the scripting behind ;-)

Pierre M.

Re: About htmlExport module

Posted: Fri Aug 31, 2007 8:08 am
by kyosing
I'm using php5.1.6 ,and Mysql 5.0.This is all working with IIS6.0 running on windows 2003 server.

No Apache .

Re: About htmlExport module

Posted: Fri Aug 31, 2007 10:54 am
by Pierre M.
wget (and may be httrack) has an included rewriting option to save files as .html. See their docs or switch to Apache.

Pierre M.