Jump to content

Plone integration with Apache for MGOVWORLD.ORG Site: Difference between revisions

From TetraWiki
Created page with " category:Egovworld category:Tetra Clients == Plone integration with Apache for MGOVWORLD.ORG Site == mgovworld.org is a zope-plone (http://plone.org ) based site . ..."
 
No edit summary
 
Line 11: Line 11:


Look for the right conf ( apache configuration) file and at the end Update it with following line  
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
  RewriteEngine On

Latest revision as of 09:18, 16 November 2013


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