|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Multiple Domains - Apache
|
Tharun Kumar Allu wrote:
> RewriteCond $1 !^domaina/
> RewriteCond %{HTTP_HOST} ^(www\.)?domaina\.com
> RewriteRule (.*) /domaina/$1 [L]
Can you explain this in normal language. I'm trying to get this working for a
domain that I never got virtual domains working on, but I'm getting a 500 error
and none of this makes sense to me.
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|