Welcome to Geeklog, Anonymous Wednesday, December 11 2024 @ 02:28 pm 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: 291

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