Search:

Type: Posts; User: n34n

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,689

    I create a new clean folder, and the root folder...

    I create a new clean folder, and the root folder I change to /var/www/html/contao4/web

    and it still show me page not found
  2. Replies
    3
    Views
    1,689

    server { listen 80; server_name ...

    server {
    listen 80;
    server_name localhost;

    set $current_root /var/www/html/contao4/web;
    charset utf-8;
    root $current_root;

    location / {
    index...
  3. Replies
    3
    Views
    1,689

    intall 4.9 with nginx page not found

    Hi,

    I download contao-manager.phar and upload to /mnt/web

    change contao-manager.phar to contao-manager.phar.php

    open url from brower http://localhost/contao-manager.phar.php

    and show me...
Results 1 to 3 of 3