Re: [cowiki-dev] bug? - \tmp\ is populated
Sy <[email protected]>
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <[email protected]> |
I can confirm that /tmp/ *DOES* mean something to coWiki. If it does not exist, coWiki works as expected. If it does exist, it gets populated with temp files. I was playing with mod_rewrite (because I hate my life) and thanks to your note in .htaccess I learned that I needed to clear the tmp directory when playing. Clearing this tmp directory was necessary. I also can't figure out how your .htaccess mod_rewrite solutions work when my httpd.conf rewrites won't! ;(