novice2010
01-29-2010, 01:48 PM
Hello Forum!
Recently I did Page Speed analysis for my home page and receive a message:
Remove the following redirect chain if possible:
• http://bar-navig.yandex.ru/favicon.ico
• http://www.yandex.ru/
I’m not knowledgable in web developing, so don’t know where to start. My first guess was that I should look at .htpaccess file on the server, but I don’t know how to do so. I looked at .htpaccess file in my web page directory (on my pc) and this was what I saw there:
php_value magic_quotes_gpc 1
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)-(.*)-(.*)\.html$ /index2.php?item_id=$1&pg=$2&kw=$3
Can anyone tell me what this all means and whether it should or should not be there? Someone helped me to create a web page, and I’m not sure if he did everything correctly. Could you help me please?
Recently I did Page Speed analysis for my home page and receive a message:
Remove the following redirect chain if possible:
• http://bar-navig.yandex.ru/favicon.ico
• http://www.yandex.ru/
I’m not knowledgable in web developing, so don’t know where to start. My first guess was that I should look at .htpaccess file on the server, but I don’t know how to do so. I looked at .htpaccess file in my web page directory (on my pc) and this was what I saw there:
php_value magic_quotes_gpc 1
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)-(.*)-(.*)\.html$ /index2.php?item_id=$1&pg=$2&kw=$3
Can anyone tell me what this all means and whether it should or should not be there? Someone helped me to create a web page, and I’m not sure if he did everything correctly. Could you help me please?