Page 1 of 1

Support for CakePHP/apache mod_rewrite function

PostPosted: February 10th, 2013, 10:11 am
by codeowl
Hi there,

I am trialing PHP Tools in VS2012. the project I need to work on is a CakePHP project and uses the apache mod_rewrite function.

I found this post that shows how to get this working with the PHP built in web server:
http://gonzalo123.com/2012/10/15/how-to ... eb-server/

It involves using a PHP Script and passing this as an arg to the command line to start the server.

How can I do this in PHP Tools, so I can get this project working?

Regards,

Scott

Re: Support for CakePHP/apache mod_rewrite function

PostPosted: February 10th, 2013, 11:05 am
by Jakub Misek
Hi Scott,

Thanks for the question. In current release it is not available directly. You can only start the server manually as described in article, and in project properties, use Custom Web Server option as your Server.

Routing Script support will be added in upcoming 1.6 version.

Thanks,

Re: Support for CakePHP/apache mod_rewrite function

PostPosted: February 11th, 2013, 6:29 am
by codeowl
Jakub,

Thanks for the speedy response mate. I found a way round it for the dev environment for now.

Regards,

Scott