Jump to content

DDEV Mac osx chip arm


Recommended Posts

Ciao volevo sapere se qualcuno e' riuscito a usare l'ambiente ddev per mac, io ho provato, faccio il composer install, poi make assets, installo tutto il sito parte,  solo che nel backand solo 1 o due link dei menu funzionano il resto puntano tutti alla home del sito. A qualcuno e' successa la stessa cosa?

Link to comment
Share on other sites

Ciao, 

name: XYZ
type: php
docroot: ""
php_version: "7.4"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
    type: mariadb
    version: "10.4"
use_dns_when_possible: true
composer_version: "2"
web_environment: []

Devi usare apache al posto di nginx così da poter leggere il .htaccess.

M.

Edited by ziobudda (see edit history)
Link to comment
Share on other sites

1 hour ago, ziobudda said:

Ciao, 

name: XYZ
type: php
docroot: ""
php_version: "7.4"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
    type: mariadb
    version: "10.4"
use_dns_when_possible: true
composer_version: "2"
web_environment: []

Devi usare apache al posto di nginx così da poter leggere il .htaccess.

M.

Veramente sei un grande e' due giorni che cerco dappertutto mi mancava solo il darkweb grazie mille

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...