[ic] mod_interchange and Apache 2.0

Stefan Hornburg racke at linuxia.de
Thu Mar 18 07:28:38 EST 2004


On Thu, 18 Mar 2004 12:07:00 +0000
Jamie Neil <jamie at versado.net> wrote:

> Thomas J.M. Burton wrote:
> > So, can anyone point me in the right direction with the rewrite rules? 
> > Has anyone else even used them? If anyone has any tips about how to 
> > correct the UI problems, or any additional ideas for how I can approach 
> > this, I'd really appreciate it.
> 
> These are the settings we use for our sites:
> 
> /etc/httpd/conf/httpd.conf
> --------------------------
> ..
> RewriteRule ^$ /cgi-bin/mycatalog/index.html [PT,L]
> RewriteRule ^/$ /cgi-bin/mycatalog/index.html [PT,L]
> RewriteRule ^/cgi-bin/.* - [PT,L]
> RewriteRule ^/images/.* - [PT,L]
> RewriteRule ^/interchange-5/.* - [PT,L]
> RewriteRule ^/(.*) /cgi-bin/mycatalog/$1 [PT,L]
> ..

Alternatively, this can be configured with Alias and ScriptAliasMatch.
Rules for robots.txt, favicon.ico and alike are recommended as well.

Bye
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list