Tegan Dowling wrote: > "Warning: Cannot modify header information - headers already sent by > (output started at /home/justice4/public_html/test/pmwiki.php:281) in > /home/justice4/public_html/test/pmwiki.php on line 884".
<snip> > > RewriteEngine on > RewriteRule ^([A-Z].*) index.php?n=$1 [L,qsappend] > RewriteRule ^$ index.php [L,qsappend] > It looks like you have errors referring to pmwiki.php, whilst your .htaccess is redirecting to index.php. Did you simply rename pmwiki.php to index.php, or index.php does an include of pmwiki.php. If the later does index.php do anything else that would cause output? That'd be where I'd start. Also, I'm assuming this is a basic install with no cookbook? If not try disabling those to see if there might be some interference. ~ ~ Dave _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
