SEO URL TOOLS TEST (more info)
Freely enter url in your browser but keep it under http://seo-url-tools.datavoyage.com/test/ 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 Option news, item 12, disp 4, page 3, language 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
The same as above but with incorrect order of parameters.
Script forces correct order. Click and then look at browser URL field. Section admin, option users, item 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'. |
Current url as string: http://seo-url-tools.datavoyage.com/test/news/12/disp=4.3.it Current url as array: Array ( [root] => /test/ [scheme] => http [host] => seo-url-tools.datavoyage.com [path] => Array ( [opt] => news [item] => 12 ) [query] => Array ( [disp] => 4.3.it ) [options] => ) Host: seo-url-tools.datavoyage.com Section: public Option: news Item: 12 SubItem: Page: 0 Lang: en Disp: 4.3.it |
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/news/12/disp=4.3.it [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] => news [item] => 12 ) [query] => Array ( [disp] => 4.3.it ) [options] => ) [current_url_string] => http://seo-url-tools.datavoyage.com/test/news/12/disp=4.3.it )