About htmlExport module

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
kyosing

About htmlExport module

Post by kyosing »

How to make all link use htmlExport type.
like $page_alias.html
Pierre M.

Re: About htmlExport module

Post 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.
cyberman

Re: About htmlExport module

Post 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.
Pierre M.

Re: About htmlExport module

Post by Pierre M. »

Hello,
see http://httpd.apache.org/docs/2.2/mod/mo ... sampleconf
Isn't it already written ?-)

Pierre M.
cyberman

Re: About htmlExport module

Post by cyberman »

Can I use it with Zend Optimizer too?
Pierre M.

Re: About htmlExport module

Post 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.
kyosing

Re: About htmlExport module

Post 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 .
Pierre M.

Re: About htmlExport module

Post 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.
Locked

Return to “Modules/Add-Ons”