i installed the javascript code to show rss feeds on my site but i realized that they aren't reached by search engine bots. i'm not familiar with installing php code, does anyone know what steps i need to take to do so?
Forums
Feed Informer Support
php code install
2 posts-
Posted 17 years ago #
-
First, make sure your host supports PHP.
Secondly, make a file called "anything.php" (or whatever you want, as long as it ends in .php) and paste the PHP code on to it. Upload to your site and access via your Web browser. If it works, you have PHP support.
Thirdly, on many hosts it is possible to make regular .html files be processed as if they are PHP programs. There are instructions about this at http://www.desilva.biz/php/phpinhtml.html
Posted 17 years ago #
Reply
You must log in to post.