[thelist] evolt 404: The explanation

Jake Stetser jake.stetser at headhunter.net
Thu Feb 8 11:37:31 CST 2001


No, because ....well, it's easier to explain this way..

[Directory Structure]

/home
	/www
		/client1
			.htaccess (with filesmatch, matching me)
			me
			[other files]
		/client2
			.htaccess (with filesmatch, matching me)
			me
			[other files]
		/etc....

As long as they have different domain names (as diff. clients usually do)
and are being served from different directories, there's no conflict. I can
even make /home/www/client1/me and /home/www/client2/me totally different
programs doing totally different things.

To be honest, this may not be applicable to CF - I'm not sure how that
integrates with Apache. It works with PHP as a module, at least.

-----Original Message-----
From: Joshua OIson [mailto:joshua at alphashop.net]

Jake,

Using the method you outlined, do you find it difficult to manage multiple
sites off the same server, especially when multiple clients adamantly insist
on having a main section called "me"?

-joshua

you wrote:

> That's just a matter of using Apache's .htaccess directives.
>
> <FilesMatch me>
> ForceType application/...
> </FilesMatch>





More information about the thelist mailing list