• Hi,

    my /feed page is giving Internal Server Error, i checked another post about the same issue there it is recommended to remove the plugin, but the plugin that i am using for this website is also being used at another website without any issue to /feed

    by comments/feed is also not working
    giving the same internal server error
    please recommend

    Thanx
    Ltoso

Viewing 6 replies - 1 through 6 (of 6 total)
  • Why do you think we can help without having and URL? Or without knowing which plugin you are talking about?

    Thread Starter ltoso

    (@ltoso)

    hi,
    well sorry the url is
    https://techodd.com/feed

    and ofcourse the comments url is

    https://techodd.com/comments/feed

    the plugin are add to any
    and akismet spam protection
    kindly recommend.
    regards
    ltoso

    Something seems to be going wrong with your permalinks. What does your .htaccess file look like? It should be in your root directory– the one with wp-config.php (usually).

    Thread Starter ltoso

    (@ltoso)

    Hi,
    Here is a copy to my .htaccess file

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~techodd/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~techodd/index.php [L]
    </IfModule>

    What do you think is wrong,
    please recommend

    completely delete your .htaccess
    now regenerate your permalinks
    admin – settings – permalinks

    Thread Starter ltoso

    (@ltoso)

    Hi,
    Thanx Samboll
    It worked.

    Ltoso

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘my /feed page is giving Internal Server Error’ is closed to new replies.