Welcome! Log In Create A New Profile

Advanced

Re: Alias does not work with php

Edho Arief
December 18, 2011 11:20AM
On Sun, Dec 18, 2011 at 10:17 PM, tapir <nginx-forum@nginx.us> wrote:
> I'm sorry it does not work. I didn't test it properly before.
>
> here is my settings: http://pastebin.com/Ln0ccKJw
>
> when I go to mydomain.com it redirects to wordpress so it works but if I
> go to mydomain.com/pma it says "404 not found"
>

this line

location /pma {
root /usr/share/nginx/www/phpmyadmin;

will cause nginx to search for relevant files in
/usr/share/nginx/www/phpmyadmin/pma. For example

http://host.com/pma/index.php ->
root: /usr/share/nginx/www/phpmyadmin
$uri: /pma/index.php
therefore it checks: /usr/share/nginx/www/phpmyadmin/pma/index.php


--
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Alias does not work with php

tapir December 17, 2011 04:43AM

Re: Alias does not work with php

Maxim Dounin December 17, 2011 07:56AM

Re: Alias does not work with php

tapir December 17, 2011 09:46AM

Re: Alias does not work with php

tapir December 17, 2011 09:58AM

Re: Alias does not work with php

tapir December 17, 2011 11:05AM

Re: Alias does not work with php

tapir December 17, 2011 11:54AM

Re: Alias does not work with php

tapir December 17, 2011 12:21PM

Re: Alias does not work with php

Edho Arief December 17, 2011 10:34AM

Re: Alias does not work with php

Edho Arief December 17, 2011 11:38AM

Re: Alias does not work with php

Edho Arief December 17, 2011 11:38AM

Re: Alias does not work with php

Valentin V. Bartenev December 17, 2011 12:14PM

Re: Alias does not work with php

Edho Arief December 17, 2011 12:40PM

Re: Alias does not work with php

tapir December 18, 2011 10:04AM

Re: Alias does not work with php

tapir December 18, 2011 10:17AM

Re: Alias does not work with php

tapir December 18, 2011 11:35AM

Re: Alias does not work with php

Edho Arief December 18, 2011 11:20AM

Re: Alias does not work with php

António P. P. Almeida December 18, 2011 12:28PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready