Most apache servers are set up so that you can't access files that  
begin with a '.' for security reasons.  You should be able to override  
this in your .htaccess file, but I don't know the syntax myself.

james


On Jul 15, 2008, at 2:27 PM, laura wrote:

>
> i'm getting closer, though i get this message:
>
> You don't have permission to access /microsite/.html on this server.
>
> any ideas? the permissions are the same as any other file in the web
> directory.
>
> On Jul 14, 8:46 pm, "Mohammad Ali Safari" <[EMAIL PROTECTED]>
> wrote:
>> You should rewrite your .htaccess.
>>
>> I think  adding
>> RewriteCond %{REQUEST_URI} !/microsite
>> would work. You just need to prevent the last rule, RewriteRule  
>> ^(.*)$
>> /index.php [QSA,L], to run in this case.
>>
>> cheers,
>> --Mohammad
>>
>>
>>
>> On Mon, Jul 14, 2008 at 6:41 PM, laura <[EMAIL PROTECTED]> wrote:
>>
>>> hi-
>>
>>> i have a symfony site and a non-symfony site, which is a sort of
>>> microsite. i would like the microsite to be called like this:
>>
>>> http://www.example.com/microsite
>>
>>> but, i'm running into problems with 404s, since symfony doesn't
>>> recognize 'microsite' as a module.
>>
>>> any ideas?
>>
>>> thanks,
>>
>>> laura- Hide quoted text -
>>
>> - Show quoted text -
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to