Website redirect into folder

hi there,

I've a website called sotinco.pt and I've made a knew version on sotinco.pt/v2..

is there any file that I can edit to "hide" the "v2" ? for instance, now I've sotinco.pt/v2/home but I need sotincto.pt/home..

thanks

Move your Content from v2 to Portal-Root, when you don't need the old Site or define a rewrite-rule in your webserver config.

You can do this using VirtualHostRoot: http://docs.zope.org/zope2/zope2book/VirtualHosting.html#virtualhostroot
You can either use this in your webserver (Apache, nginx, etc), or using the Mappings tab in the Virtual Host Monster object in the Zope root (http://docs.zope.org/zope2/zope2book/VirtualHosting.html#virtual-host-monster-mappings-tab)

thanks, I've made it with the virtualhostroot and apache site-available configuration :slight_smile: