| Monday 13 June 2005 1:20:38 pm 
                                                                 
I've found that it is possible to :<i>"use ezurl, to switch from MatchOrder=host and MatchOrder=uri without a lot of changes"</i>
 hehe, no your not alone or anymore insane than me ;) You must <b>NOT</b> use .htaccess, you must embed your mod_rewrite rules into your vhost in httpd.conf 
You may also need to use the ForceVirtualHost=true|false (Several others have needed to :)<i>settings/override/override.ini.append.php</i>
 
<i>[SiteSettings]SiteURL=photos.ezpublishhosting.com/index.php</i>
 
<i>[SiteAccessSettings]ForceVirtualHost=true</i>
 
<i>MatchOrder=hostHostMatchMapItems[]
 HostMatchMapItems[]=photos.ezpublishhosting.com;gallery_user
 HostMatchMapItems[]=edit.photos.ezpublishhosting.com;gallery_admin</i>
 This setup, and your .htaccess file removed or renamed, httpd.conf mod_rewrite rules setup and httpd restarted, This should work for you, it sure did for a friend of ours :) 
//kracker<i>MST3k - Master Ninja 1</i>
 Member since: 2001.07.13 || http://ezpedia.se7enx.com/
                                                                 |