Problem with Virtual host

Problem with Virtual host

Tuesday 10 January 2006 6:31:38 am - 5 replies

Author Message

Adas Wasowski

Tuesday 10 January 2006 6:38:05 am

in site.ini i have:

[SiteAccessSettings]
AvailableSiteAccessList[]
AvailableSiteAccessList[]=ez
MatchOrder=host
HostMatchMapItems[]=localhost/ez;ez

Łukasz Serwatka

Thursday 12 January 2006 11:48:09 pm

Hi Adas,

<VirtualHost> directive is not allowed in .htaccess files. You need to configure your VH in the server configuration file httpd.conf.

Take a look on on this example:
http://ez.no/doc/ez_publish/technical_manual/3_6/installation/virtual_host_setup/virtual_host_example

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Adas Wasowski

Friday 13 January 2006 2:50:57 am

Hi Lukasz

thanks, it works on my local machine

but I dont have permission to access to http.conf on web server, what can I do? is it a another way??

Łukasz Serwatka

Friday 13 January 2006 2:58:09 am

You can ask your hosting administrator for help. He can add this directive in to httpd.conf. This is shouldn't be a problem.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Adas Wasowski

Wednesday 01 February 2006 8:06:38 am

this works fine, but i lost access to /mail folder.
i have a /mail folder
when i go to http://domain.com/mail i cannot check up my emails but i have ezerror: Module not found.
what should i change in my file httpd.conf
but:
RewriteRule ^/mail - [L]
RewriteRule ^/mail/.* - [L]
doesnt work

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.