Welcome to Geeklog, Anonymous Friday, February 13 2026 @ 05:45 am EST

Question: Why aren't rewriten links working (url_rewrite)?

Answer:


  1. Note that URL rewriting does not work under MS IIS

  2. Check to make sure that the cofiguration variable $_CONF['url_rewrite'] is set to true.

  3. If safe_mode is enabled on your php installation or for the geeklog directory, you must add "AcceptPathInfo On" or similar to your web server configuration file. See the documetation for your web server (apache).

Hits: 506

FAQ » Common problems » Why aren't rewriten links working (url_rewrite)?