Pregunta

Hello I am looking for further information about Ajenti V and CakePHP on Ubuntu 13.10 server.

I just installed a new server with an admin interface (Ajenti V) to a client request, but I am worried for configuer with this GUI CakePHP web application.

In nomral time simple rules in Nginx configuration file dedicated enough to run CakePHP.

Could you provide me details correctly to setup a website on Ajenti with CakePHP from the GUI ?

¿Fue útil?

Solución

You can follow this Ajenti-V+PHP tutorial: http://support.ajenti.org/topic/353409-setting-up-a-php-website-with-ajenti-v-wordpress-example/

As for the rewrite rule, you need to add this:

location / {
    try_files $uri $uri/ /index.php?$args;
}

to "Custom Configuration" of your website

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top