[pmwiki-users] Clean URLS cookbook question

H. Fox haganfox at users.sourceforge.net
Mon Feb 6 12:59:00 CST 2006


On 2/5/06, Joachim Durchholz <jo at durchholz.org> wrote:
> IOW the overview page should give the visitor (1) enough information to
> decide whether this is interesting at all, (2) enough information to
> decide which of the various approaches is best.

So far...

  * URL Rewriting (mod_rewrite + .htaccess)
    o Most popular approach.
    o Addresses all three issues.
    o Requires Apache's mod_rewrite module.
    o Requires server configuration using .htaccess (or httpd.conf).

  * Aliases (mod_alias + httpd.conf)
    o Server-administrator experience is highly recommended.
    o Addresses all three issues.
    o Requires Apache's mod_alias module.
    o Requires server configuration via httpd.conf with a restart.

  * An Index File (index.php wrapper script)
    o Addresses issue #2 and issue #3.
    o Rarely requires extra server configuration.

Comments?

Hagan




More information about the pmwiki-users mailing list