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
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---