How to create the appearance of folders on a web page for dynamic content?
Jul.28, 2010 in
Programming & Design
If you go to wikipedia or a blog, frequently you see links like:
“wiki.com/wiki/Title_of_Page”
and
“someBlog.com/year/month/day/NameOfPost”
Those folders don’t exist and the pages are generated dynamically based on the paths that are typed. What i want to know is how they do that and what settings are being used on the web server, I’m using xampp (Apache) on windows, to make that work.
The closest i have come is:
“site.com/page.php/keyWordsForPage”
and i want
“site.com/anyWord/keyWordsForPage”









July 30th, 2010 at 2:56 am
It could have something to do with the rewrite module on Apache – mod_rewrite, which is used for URL manipulation. I’m just learning, but it sounds similar to what you’re talking about. Have a look at: