Welcome to Geeklog, Anonymous Wednesday, May 31 2023 @ 07:18 pm EDT
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: 111
FAQ » Common problems » Why aren't rewriten links working (url_rewrite)?