• I’m just curious how photomatt got his wordpress to work with the URL’s he uses.
    e.g.
    http://photomatt.net/categories/design
    brings up his design posts.
    /2004/11/3/ brings up posts on 11/3/2004.
    This is kind of cool.
    Obviously he isn’t using php redirect files.
    Is he doing something at the apache level, like using rewrite rules on the URL to translate them into “index.php?cat=3”, and stuff like that ?

Viewing 1 replies (of 1 total)
  • This feature is known as permalinks and allows you to create those pretty URL’s for categories and posts as opposed to URL’s that refer to post ID’s.
    And the real URL to Matt’s site is:
    http://photomatt.net/category/design
    Using /categories/ gives you quite an amusing little error page. 🙂
    Regards

Viewing 1 replies (of 1 total)

The topic ‘photomatt’s URL site structure’ is closed to new replies.