Akelos will work without mod_rewrite. Just disable the functionality it provides by adding the following line to your config/config.php.
define('AK_URL_REWRITE_ENABLED', false);
-jyrki
The URLs will look like
/index.php?ak=/controller/action/id&
Have a look at HowtoSetupIIS from the rails wiki.
They recommend to use IIRF and then edit C:\Inetpub\IsapiRewrite4.ini so it contains
RewriteRule ^(/[^.]+)$ /index.php?ak=$1
I don't have access to an IIS for testing this, so it would be nice if you could share your experiences with others on the wiki
Success!
http://dev.dakotafin.com/ please ignore the ugly and and flash nav. its a redo of a very old html based site. for now. :)
this is running on IIS using IIRF.
It was very straightforward (aside from the fact that this is my first experience with IIS)(and subversion and mysql and php install on windows)
Thanks for all your help. I will contribute what i learned to the wiki.
Jerrod, good news for the Akelos community today!!!
It would be great if you could share your experience, so we can pass the unit tests on IIS and make sure everything works as it should.
jereme, having MSSQL running with Akelos is really good news, It should work ok, but I'd better try to run the core unit tests for catching any DB related issue beforehand.
For testing the core, set up a new application using the ./akelos command and the --dependencies option to include all the tests and dependencies after setting your DB details, try to run
./script/test unit/lib/AkActiveRecord.php
Feel free to submit patches and bug reports to the trac system to help Akelos being 100% compatible with MSSQL
Regarding the defined constant... Can you open a ticket detailing which constant is causing the trouble.
Thanks
1 to 11 of 11