Hello there, i have a problem. i have 2 php files index.php & admin.php. I want to request the two files as follows: index.php: /index.php/welcome/index/... /welcome/index/... admin.php /admin.php/welcome/index/... /admin/welcome/index/... My config: root /usr/share/nginx/www/foobar/; index index.php index.html index.htm; location / { try_files $uri $uri/ /index.php; }by patrickk - Migration from Other Servers
Hallo Ihr, habe ein Problem ich habe 2 PHP-Dateien index.php & admin.php Ich möchte die beiden Dateien wie folgt ansprechen. index.php: /index.php/welcome/index/... /welcome/index/... admin.php /admin.php/welcome/index/... /admin/welcome/index/... Meine Konfiguration: root /usr/share/nginx/www/foobar/; index index.php index.html index.htm; location / {by patrickk - German Forum