Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • bradgarland

    (@bradgarland)

    AlanaJ,

    Everyone figure this one out? If so, how ya do it? Thanks!

    Thread Starter bradgarland

    (@bradgarland)

    Well, with a little work I came across another article online about it maybe being a .htaccess file issue. I’d also recently used someones custom .htaccess to help with the spam and such. Looks like it helped a little too well. I ‘commented out’ the comments section and everything is back to normal, just FYI. Here was what was doing it.

    # protect from spam comments
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]

    Update:

    I deleted all files and reuploaded all wordpress related files…no change. Using a feed validator I get this too, maybe this will help.

    Sorry

    This feed does not validate.

    *

    Feeds should not be served with the “text/html” media type [help]

    *

    line 1, column 62: XML parsing error: <unknown>:1:62: syntax error [help]

    <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”><html><head>

    Please help!

    My issue is still related to RSS but getting another issue. My RSS feed @ http://www.thedigity.com/?feed=rss2 is giving me the ‘Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\thedigity.com\httpdocs\Index.php:3) in C:\Inetpub\vhosts\thedigity.com\httpdocs\words\wp-rss2.php on line 8’ error but I have no idea how to fix it.

    Looked through support and it seems issue is related to the 1st mentioned file (index.php) but can’t figure out how to fix it. I did add a define line in my wp-config.php file earlier today to disable caching, would that affect it? I removed it anyway and it hasn’t made a difference.

    Also, it seems as if my RSS feed is working b/c I just produced a podcast and posted it and my podcatcher client caught it. Weird, any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)