Jump to content

Plone integration with Apache for MGOVWORLD.ORG Site

From TetraWiki


Plone integration with Apache for MGOVWORLD.ORG Site[edit]

mgovworld.org is a zope-plone (http://plone.org ) based site .

you should first check the site http://www.mgovworld.org:8080/mobile-government


Look for the right conf ( apache configuration) file and at the end Update it with following line

In our case of KLOXO it is /home/apache/conf/domains/mgovworld.org.conf

RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/www.mgovworld.org:80/mobile-government/VirtualHostRoot/$1 [L,P]

Restart httpd


Now http://www.mgovworld.org should be accessible