[an error occurred while processing this directive] error at the footer of the website. This can be resolved by updating the following code in .htaccess:
AddType application/x-httpd-php .php .htm .html
AddHandler x-httpd-php .php .htm .html
2. If the RSS feed URL is not working or getting errors related to RSS feed, then you need to update the .htaccess with the following code:
#Support Addition
RewriteEngine On
# check if requested file exists
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
# if not, pass it to 404.php
RewriteRule ^(.*) /404.php [L]
#Support Addition End
Applicable to ipage, IPOWER, Bizland, Readyhosting, Startlogic
Applicable to ipage, IPOWER, Bizland, Readyhosting, Startlogic
No comments:
Post a Comment