Hi,
you can try to add the rewrite rule just after the RewriteEngine On of
your existing configuration. If you add the rewrite rule to your apache
configuration (not into an htaccess) do not forget to restart your
apache server.
If it's not working check your apache error log to see what happend.
For now there is no public beta for now, but APE 1.0 But beta will be
available soon :p
Anyway you can try to play with APE 0.9 to discover how APE and how it
works. Working with 1.0 will be more easy for you ;)
Regards.
Cadrach a écrit :
> Hi,
>
> I am trying to install APE with Apache to develop an advanced chat
> system for my PHP game.
>
> Everything is working fine, but I am having issues with the rewrite
> rules configuration.
>
> I already have rewrite rules implemented (I use Zend Framework MVC):
> RewriteEngine On
> RewriteCond %{REQUEST_FILENAME} -s [OR]
> RewriteCond %{REQUEST_FILENAME} -l [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule ^.*$ - [NC,L]
> RewriteRule ^.*$ index.php [NC,L]
>
> I tried adding the rewrite rules from the wiki before or after, but it
> does not work. I began tampering with the rewrite rules, and I guess I
> will eventually get it to work, but maybe somebody out there has a
> nice and clear solution waiting for me :)
>
> Another question I have, is do we have to wait for October to use
> serverside JS to build modules, or is there an RC or Beta version
> including JS serverside already available in order to try it? (via
> github for example?)
>
> Anyway, thanks a lot for a very nice project!
> Cadrach
> >
>
--
Nicolas Trani - Web engineer
Weelya - Improve the web
http://www.weelya.com
http://www.ape-project.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
-~----------~----~----~----~------~----~------~--~---