Jump to content

Plone integration with Apache for MGOVWORLD.ORG Site

From TetraWiki
Revision as of 07:30, 16 November 2013 by Biswajit (talk | contribs) (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 . ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Plone integration with Apache for MGOVWORLD.ORG Site

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

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