.htaccess won’t let me access admin section
-
One thing I miss in wordpress is a little log that tells me who was where and when. Textpattern used to have something like that, which I tried to add by installing refer. Unfortunately it didn’t work well. I changed my .htaccess to include (and only include) the following:
DirectoryIndex index.html index.htm index.php
AddType application/x-httpd-php .html .htm
php_value auto_prepend_file /home2/f6948312/public_html/refer/refer.php
Things work fine this way, but I cannot access my wp-admin/ folder anymore. I keep getting an error saying:
Warning: Cannot modify header information – headers already sent by (output started at /home2/f6948312/public_html/refer/refer.php:161) in /home2/no_of_account/public_html/wordpress/wp-admin/index.php on line 5
Anyone know what to do?
Stephan
ps: If someone were to add a refer list as a feature to wordpress I’d be even happier 🙂
The topic ‘.htaccess won’t let me access admin section’ is closed to new replies.