Mike Miller wrote:
> On Wed, 14 May 2008, James Louis wrote:
> 
>> Hello All,
>>
>> I'm trying to get an url redirect as such:
>>
>> https://this.site.here to https://this.site.here/this

Is there some reason you need people to be able to deep link in?

If not, you could just do a meta-refresh redirect and make that the 
index file.

index.html contents:
<meta http-equiv="refresh" content="0;url=/this">

(you might need the full URL in the url= field, I forget)