The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Permalinks Question - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Permalinks Question (/showthread.php?tid=2122) |
Permalinks Question - timv - 2011-08-30 Hello Everyone, I am new to GetSimple and i have a question. i am playing with te permalink stucture, i want this stucture /parent_page/child_page. I don't had any succes with it can someone help? Permalinks Question - Connie - 2011-08-30 welcome! what did you try? You don't tell that read here: http://www.get-simple.de/konfiguration/linkgestaltung/ check the server configuration, go to "Support / Website Serverprüfung" and check if everything is ok Cheers, Connie Permalinks Question - ccagle8 - 2011-08-30 You shouldn't need to set anything inside custom permalink structure because "/parent_page/child_page" is already the default. Permalinks Question - Carlos - 2011-08-31 Current default fancy permalink is "/parent_page/child_page/", since GS 2.03. To remove the trailing slash ("/parent_page/child_page") custom permalink structure should be set as: Code: %parent%/%slug% |