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 [email protected]
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