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
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
Why do you think we can help without having and URL? Or without knowing which plugin you are talking about?
hi,
well sorry the url is
http://techodd.com/feed
and ofcourse the comments url is
http://techodd.com/comments/feed
the plugin are add to any
and akismet spam protection
kindly recommend.
regards
ltoso
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
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).
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
Hi,
Thanx Samboll
It worked.
Ltoso