The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Multiple PHP files - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: Multiple PHP files (/showthread.php?tid=633)



Multiple PHP files - Anthony - 2010-04-11

I was wondering whether it was possible for GS to use multiple PHP files instead of just index.php. For example: if I have a page called tutorials, it would be at index.php?id=tutorials, and I have some tutorials and a sample address would be index.php?id=tutorial1. Would it be possible for the Tutorials page to be in its own separate PHP file, and have some pages load under that, for example tutorials.php?id=1?

Thanks in advance.


EDIT: Resolved... NOW I know what Fancy URLs are...