How can I create several directories …
|
1 posts
|
I’ve searched a long time for an easy understanding CMS like “Frog CMS”. These are my first steps. The job: about/ products/ My approach: My Question: Please help me :-) Sorry for my bad english :-/ |
|
1493 posts
|
Hi Boulevard, and welcome! Have you looked at how things work in the default installation? I think you might be making things more difficult for yourself than you need to. You don’t need to create any “*.php” type pages. The default install gives you a page structure something like this:
To add your “Facts” and “History” page, just click the green “+” icon beside “About us”, and you can create those child pages there. You can drag-and-drop pages if you want them in a different order. For “Products”, just click the green “+” icon beside “Home Page”, and add it there. And so on. Hope that helps! |
|
1493 posts
|
Only use the “archive” page-type if you want blog-type entries. If you just want a “tree” of pages, leave the page type as
Only use “Files” for proper file management (e.g., images, PDFs, etc.) Create all your front-end pages under the “Pages” tab. Maybe playing with the default installation a little longer would help! ;) |
|
1 posts
|
Hi David, thanks for your fast help! Now it works! Cool :-) I’ve created a directory “about” with page-type “none”. Then I’ve created several pages in this directory. It really works But one question left: The pages are working, when I wrote “/about/index” and “/about/facts” in browser address bar. But, when i add a suffix, – I’ve tried “.php” and “.html” – it doesn’t work. What’s that? |
|
1493 posts
|
You need to find the config.php file in Frog’s root directory, open it for editing, and find these lines:
It will be near the end of the file (lines 34-35 in my latest version). Just add there whatever suffix you want your pages to have, and it will be added automatically. E.g., if you want “/about/facts.html” then change line 35 to read:
Glad Frog is starting to work for you! |