AW: [opencms-dev] Publish to root in Opencms_6.0_alpha_3
Ulrich Rueth
lists at rueth.info
Sat Jan 15 10:47:53 CET 2005
Hi Tim,
try the following settings in the WEB-INF/config/opencms-importexport.xml
file:
<staticexport enabled="true">
<mode>after-publish</mode>
<exportpath>/var/www/html/</exportpath>
<defaultpropertyvalue>true</defaultpropertyvalue>
<defaultsuffixes>
...
</defaultsuffixes>
<rendersettings>
<rfs-prefix></rfs-prefix>
<vfs-prefix>${CONTEXT_NAME}${SERVLET_NAME}</vfs-prefix>
<userelativelinks>false</userelativelinks>
<exporturl>http://localhost:8080${CONTEXT_NAME}/handle404</exporturl>
<plainoptimization>true</plainoptimization>
<testresource uri="/system/shared/page.dtd"/>
<resourcestorender>
<regex>/sites/.*</regex>
<regex>/system/galleries/.*</regex>
<regex>/system/modules/.*/resources/.*</regex>
</resourcestorender>
</rendersettings>
</staticexport>
Important is to remove the rfs-prefix, else you will have the
/opencms/opencms in your links. It further is important to check whether the
exporturl can be connected. I admit that I still have problems with some
resources, i.e. not all are exported, only the non-template resources (i.e.
those in the /system/ vfs directories, but not in /sites/). Nobody could
help me so far. Maybe you find out?
Thanks and regards
Ulrich
-----Ursprungliche Nachricht-----
Von: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org]Im Auftrag von Tim
Gesendet: Samstag, 15. Januar 2005 10:36
An: opencms-dev at opencms.org
Betreff: [opencms-dev] Publish to root in Opencms_6.0_alpha_3
Hi All,
I'd like to configure my Opencms installation to publish my default
site to the root of my webserver (ie /var/www/html/).
In Opencms v5 there was an option export_path and url_prefix to
achieve this. I tried some settings in the XML configuration files,
but none of them had any result.
Can someone explain to me what I need to do?
Opencms is as default installed in my siteroot (/var/www/html/opencms/)
Tia,
Regards, Tim
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list