Forum Moderators: open
I can't post the code for a whole cms, so could someone give me some general information as to how a system can operate without generating extra files? Or is this more likely to be hidden file problem? I know how vague this is, but really I'm running out of ideas.
edit: sorry just relised this isn't the right place to put this post. Could Mods please move? Cheers!
[edited by: GGR_Web at 8:48 am (utc) on Oct. 15, 2008]
The requested URL is passed to the index.php file and it then analyses that to establish which database record to extract. It then uses the extracted title, meta description and page content and inserts the information into the page template and sends it to the browser.
Sometimes images are also stored in the database, and sometimes they are stored as image files in the images folder; depending on the design of the CMS.
Not sure of this answers your question or not.
regarding server side scripting, in addition to php scripting, it is also possible that your cms uses cgi scripting, so look as well for an index.cgi or other .cgi file that gets rewritten to.
the script may be in a subdirectory.
sometimes cgi scripts are put in a cgi-bin directory.