SEO URL TOOLS TEST (more info)
Freely enter url in your browser but keep it under http://seo-url-tools.datavoyage.com/test/admin and see how url items are parsed.

Try these test links:

Option index http://seo-url-tools.datavoyage.com/test/index

Option index, language sr http://seo-url-tools.datavoyage.com/test/index.sr

Option news, item 12, page 3, language de, disp 2
http://seo-url-tools.datavoyage.com/test/news/12.3.de?disp=2

Option news, item 12, disp 4, page 3, language it
http://seo-url-tools.datavoyage.com/test/news/12/disp=4.3.it

Option book, item chap4, subitem letter, page 4, font arial, language fr (fr does not exist so default (en) is used). Pay attention, script forces proper url in browser. It does not allow the one you click ed as it is incorrect
http://seo-url-tools.datavoyage.com/test/book/letter/page=4/font=arial.fr

The same as above but with incorrect order of parameters. Script forces correct order. Click and then look at browser URL field.
http://seo-url-tools.datavoyage.com/test/page=4/book/font=arial/letter.fr

Section admin, option users, item list
http://seo-url-tools.datavoyage.com/test/admin/users/list

If there is number of path parameters it will handle them properly. Ones custom defined will be taken first, and rest wil get autogenerated names prefixed with 'p'.
http://seo-url-tools.datavoyage.com/test/admin/path1/path2/path3/path4/path5/path6


Current url as string:
http://seo-url-tools.datavoyage.com/test/admin/path1/path2/path3/path4/path5/path6

Current url as array:
Array
(
    [root] => /test/
    [scheme] => http
    [host] => seo-url-tools.datavoyage.com
    [path] => Array
        (
            [opt] => path1
            [item] => path2
            [subitem] => path3
            [p3] => path4
            [p4] => path5
            [p5] => path6
        )

    [section] => admin
    [options] => 
)


Host: seo-url-tools.datavoyage.com
Section: admin
Option: path1
Item: path2
SubItem: path3
Page: 0
Lang: en
Disp: 
Contents of an object:
==========================================================
seo_url_tools Object
(
    [version_name] => SEO URL Tools
    [version_number] => 1.0.38
    [pretty_urls_mode] => 1
    [use_root_script] => 
    [document_host] => seo-url-tools.datavoyage.com
    [document_root] => /test/
    [document_root_path] => /test/
    [full_current_url_string] => http://seo-url-tools.datavoyage.com/test/admin/path1/path2/path3/path4/path5/path6
    [default_section] => public
    [default_port] => 80
    [sections] => Array
        (
            [0] => public
            [1] => admin
        )

    [options] => Array
        (
            [page] => Array
                (
                    [id] => page
                    [type] => numeric
                    [values] => 
                    [default_value] => 0
                )

            [lang] => Array
                (
                    [id] => lang
                    [type] => char
                    [values] => Array
                        (
                            [0] => en
                            [1] => it
                            [2] => de
                            [3] => sr
                        )

                    [default_value] => en
                )

        )

    [path_names] => Array
        (
            [0] => opt
            [1] => item
            [2] => subitem
        )

    [default_path_value] => news
    [url_replacements] => Array
        (
            [ ] => _
            [\/] => _
            [\] => _
            ['] => -
            ["] => -
            [?] => 
            [&] => _
        )

    [current_url_array] => Array
        (
            [root] => /test/
            [scheme] => http
            [host] => seo-url-tools.datavoyage.com
            [path] => Array
                (
                    [opt] => path1
                    [item] => path2
                    [subitem] => path3
                    [p3] => path4
                    [p4] => path5
                    [p5] => path6
                )

            [section] => admin
            [options] => 
        )

    [current_url_string] => http://seo-url-tools.datavoyage.com/test/admin/path1/path2/path3/path4/path5/path6
)