Chintan Zaveri wrote:
Dear Laconica Dev,
I installed Laconica in /var/www/html/mylaconica/
All was working well until I decided to enable fancy URLs. I created a
rewrite.conf containing the contents from sample htaccess in a new
Directory section.
Restarted httpd.
Now, as I try to access http://myhost/mylaconica/ I go into a Redirect
Loop. And the following message is repeated many times in the httpd
error_log.
PHP Notice: Undefined index: action in
/var/www/html/mylaconica/index.php on line 33
Any idea where I can start debugging this?
So, when the entry point index.php is called without an 'action'
parameter, it redirects to itself with action=public. For some reason,
the action parameter isn't coming through for your config.
I've never heard of a rewrite.conf file, but my guess is that yours
isn't being applied. Might want to start by testing it.
-Evan
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev