- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
الجافا سكريبت فى فولدر includes حسب تقرير جوجل
-
-
[مجابه] الجافا سكريبت فى فولدر includes حسب تقرير جوجل20-09-2013 09:45 مساءً
-
Solimanمعلومات الكاتبPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
اقتبـاس ،،
الخطوة الأولى : وهي تتمثل في ضغط الملفات والصورمن خلال اوامر يتم اضافتها في ملف الـ .htaccess الموجود بداخل مجلد منتداك إذا كنت قد فعلت تحويل الروابط إلى HTMl وإذا لم تقوم بتفعيل الخاصية فيجب عليك انشاء ملف .htaccess يدوياً
- بعد ذلك حرر ملف الـ .htaccess واضف اسفله هذه الآوامر :
CODE<ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </ifmodule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/zip "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" </IfModule> <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \\.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule>
تم تحرير المشاركة بواسطة :Soliman بتاريخ:20-09-2013 09:47 مساءً
الساعة الآن 01:13 PM