Welcome to Geeklog, Anonymous Sunday, November 24 2024 @ 12:12 pm EST
Question: Why aren't rewriten links working (url_rewrite)?
Answer:
- Note that URL rewriting does not work under MS IIS
- Check to make sure that the cofiguration variable $_CONF['url_rewrite'] is set to true.
- 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: 287
FAQ » Common problems » Why aren't rewriten links working (url_rewrite)?