Discover Centmin Mod 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 Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    10:08 AM
    Nginx-1.25.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