Join the community today
Register Now

friendly urls working but i get only on index this /index

Discussion in 'System Administration' started by pamamolf, Nov 19, 2014.

  1. pamamolf

    pamamolf Well-Known Member

    4,028
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    5:01 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    Hi

    Using this:
    Code:
    try_files        $uri $uri/ /index.php;
    Friendly urls are working great but on index of the page i am getting this:


    Code:
    domain.com/index
    Is it possible to remove from there also the /index ?

    Thanks