2010-01-06, 01:16 AM
عندى مشكلة وهى عند الدخول الى ادوات صاحب الموقع فى جوجل تظهر لى هذه الرسالة كيف احلها بالرغم من وضعى لهذا الكود فى ملف htaccess
الرسالة هى
Your site is indexed as http://teacher86.net/ not as http://www.teacher86.net/. If you want to see all data for your site, you need to add and verify http://teacher86.net/ as well.
اشكركم لحسن تعاونكم معنا
PHP كود :
RewriteEngine On
# Redirect non-www to www.
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
الرسالة هى
Your site is indexed as http://teacher86.net/ not as http://www.teacher86.net/. If you want to see all data for your site, you need to add and verify http://teacher86.net/ as well.
اشكركم لحسن تعاونكم معنا